Opened 19 years ago
Closed 19 years ago
#40 closed defect (fixed)
Listing raw data of different raw data types may result in bad HQL
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | blocker | Milestone: | BASE 2.0 RC1 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
If you when listing raw data from one raw data type adds a filter or sorts by a column that is only available in that raw data type you will get an HQL/SQL error when listing raw data from another raw data type.
This is a problem with the how the current context works. It stores all settings (ie. filters, sort order, etc.) and doesn't know about the differences between raw data types.
One solution is to make current context aware of different subtypes. Ie. A list of presets created for one raw data type shouldn't show up in the list of presets while viewing another raw data type.
Change History (2)
comment:1 by , 19 years ago
Status: | new → assigned |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |