Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use configurable column filters instead of hardcoded ones #2572

Open
stefanhaerter opened this issue Oct 12, 2023 · 0 comments
Open

Use configurable column filters instead of hardcoded ones #2572

stefanhaerter opened this issue Oct 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@stefanhaerter
Copy link
Contributor

The filter columns which are fetched for dashboard widgets are hardcoded here:

COLUMNNAME:
for my $ColumnName (
qw(Owner Responsible State Queue Priority Type Lock Service SLA CustomerID CustomerUserID)
)

It would make the system more flexible to use filter columns defined in the system configuration, like here:

# get default columns
my $Columns = $Self->{Config}->{DefaultColumns} || $ConfigObject->Get('DefaultOverviewColumns') || {};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant