Opened 13 years ago
Closed 13 years ago
#1656 closed defect (fixed)
Can't clear filter on 'Permissions' column
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 3.0.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
- Go to any list page and make the 'Permissions' column visible.
- Select an option in the filter list for that column, for example: Use
- Select the empty option in the filter list.
- When the page reloads the old option is still set.
It is possible to select the 'Read' permission and filtering-wise this is the same as not having a filter at all. Trying to use the view/presets->Clear filter
command doesn't clear the filter in the permissions column. The only things that seems to help is to use the BASE -> Reset list settings
command.
Change History (2)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5925]) Fixes #1656: Can't clear filter on 'Permissions' column
The problem with removing the permission filter was probably broken by [5264]. The relevant part has now been reverted back to how it worked before.
The
view/presets->Clear filter
was missing the permissions filter since it is a special case.