znuny / Znuny

Znuny/Znuny LTS is a fork of the ((OTRS)) Community Edition, one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management.
https://www.znuny.org
GNU General Public License v3.0
358 stars 85 forks source link

Fixed hidden TicketOverview filters for Medium and Preview. #301

Closed tipue-dev closed 1 year ago

tipue-dev commented 1 year ago

Proposed change

It is possible to set filters in the Small view. Those filters are still used for Medium and Preview, but here is the delete button missing, so you can't remove the filters or even see, that filters are set. show This PR fixes this by adding the stored filters to $Self which results in usable delete buttons.

Type of change

1 - 🐞 bug 🐞

Breaking change

Additional information

Checklist

dennykorsukewitz commented 1 year ago

Hi @tipue-dev , thanks for your PR.

Please check the ZnunyCodePolicy.

[checked] Kernel/Output/HTML/TicketOverview/Medium.pm
TidyAll::Plugin::OTRS::Perl::ObjectDependencies
The following objects are used in the code, but not declared as dependencies:
    'Kernel::System::JSON',
[checked] Kernel/Output/HTML/TicketOverview/Preview.pm
TidyAll::Plugin::OTRS::Perl::ObjectDependencies
The following objects are used in the code, but not declared as dependencies:
    'Kernel::System::JSON',

Regards :rocket: