Opened 6 years ago
Closed 6 years ago
#2141 closed defect (fixed)
Invalid sync filter causes item list to be inaccessible
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.13.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
If, for some reason, a sync filter in an item list becomes invalid in the sense that an exception is thrown when the query is executed the entire item list becomes inaccessible.
The exception causes a stack trace to be displayed on the page and it is not possible to see or modify any information for the item list or the problematic sync filter. The only workaround is to delete the item list and re-create it from scratch.
Note:
See TracTickets
for help on using tickets.
(In [7557]) Fixes #2141: Invalid sync filter causes item list to be inaccessible
The exception is now caught and displayed in the "Matching items" column.