Opened 10 years ago
Closed 10 years ago
#1764 closed defect (fixed)
Filtering on the 'File types' column in 'Item subtypes' list doesn't work
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.2.3 |
Component: | web | Version: | |
Keywords: | Cc: |
Description (last modified by )
Gives error message;
could not resolve property: dataFileTypes of: net.sf.basedb.core.data.ItemSubtypeData [SELECT COUNT(*) FROM net.sf.basedb.core.data.ItemSubtypeData ist WHERE ((ist = ANY ( SELECT ist FROM net.sf.basedb.core.data.ItemSubtypeData ist LEFT JOIN ist.dataFileTypes cp0 WHERE (cp0.name = :p973974727))))]
Change History (2)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [6298]) Fixes #1764: Filtering on the 'File types' column in 'Item subtypes' list doesn't work
Filtering is now correct and find the expected subtypes, though the actual values are still not displayed in the column (#1763)