Friday, May 17, 2024
1 change · saas-17.2
Resolved issues and error corrections
Helpdesk reports now use the correct label logic when showing default filters. This prevents error messages that could interrupt users while viewing ticket graph reports.
Original PR description
Issue: - Previously, the `_getDefaultFilterLabel()` method overridden, but mistakenly called the `_getEmptyGroupLabel()` method from the superclass, causing traceback errors. Fix: - This commit fixes the issue by calling the correct superclass method, `_getDefaultFilterLabel()`. Effect of the commit:https://github.com/odoo/enterprise/commit/8382bf4dc94139bd9eb44eb0907bb1b991a0e3b2#