Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1288 closed defect (fixed)

Tables doesn't indicate if there is a filter on a property that doesn't have a column in the table

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.12
Component: web Version:
Keywords: Cc:

Description

If you filter a table manually there is a small "filter" icon displayed to the right of the "view/presets" list. It is also possible to programmatically add filters to a table. If the filter corresponds to a column the icon is displayed as normal, but if the filter is on a property that doesn't have a column (hidden or visible) there is no indication.

There is no actual place were I have seen this in practice. I just discovered it when testing one of the new example extensions that adds a filter that can show only items with/without annotations.

Change History (3)

comment:1 by Nicklas Nordborg, 15 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [4876]) Fixes #1288: Tables doesn't indicate if there is a filter on a property that doesn't have a column in the table

comment:3 by Nicklas Nordborg, 15 years ago

(In [4877]) References #1288: Tables doesn't indicate if there is a filter on a property that doesn't have a column in the table

Removed unused import.

Note: See TracTickets for help on using tickets.