Opened 11 years ago

Closed 11 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 Nicklas Nordborg)

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 by Nicklas Nordborg, 11 years ago

Description: modified (diff)

comment:2 by Nicklas Nordborg, 11 years ago

Resolution: fixed
Status: newclosed

(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)

Note: See TracTickets for help on using tickets.