-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.11.1
-
None
Steps to reproduce
- In 7.10, go to Tasklist
- Create a search pill filter and store it
- In 7.11, go to Tasklist
- Restore the previously stored search pill filter
- Click on a Task
Observed behavior
- All search pills are reset
- I can see error messages in the developer console (see screenshot attached)
Expected behavior
- The search pills retrieved from the local storage are still present after selecting a task
- No error messages are shown in the developer console
Problem
- When the search pill filters are serialized to the local storage with a version < 7.11, the property caseHandeling is not stored
- If the search pill filter is retrieved from the local storage with a version >= 7.11, the property caseHandeling cannot be accessed
- This leads to resetting the search pills
Solution
The search pill filter can handle the absence of the caseHandeling property gracefully.