Thursday, June 15, 2023
1 change · master
Code cleanup and technical improvements
The Helpdesk search and reporting filters have been reorganized to use a shared base setup instead of duplicated definitions. This makes future updates easier to maintain and helps keep ticket and report views consistent across related Helpdesk apps.
Original PR description
Before this PR in-order to make both view same we add same content (filter,group_by..) twice which was making it hard to keep track as lots of search content coming from other bridge application and we have redundant code. So this PR make a base search view which contains all content of search view and use it in both helpdesk and helpdesk report search views. task-3186587