Opened 19 years ago
Closed 18 years ago
#98 closed defect (fixed)
"Excluded" items are still included if a list is exported
Reported by: | Nicklas Nordborg | Owned by: | Martin Svensson |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
For all list pages it is possible to specify the ID:s of items to exclude from the query result. This works fine as long as the results are displayed on the web page. But if you choose to export the list the "excluded" option is ignored and all items are exported.
This is not a serious bug, since in the current implementation the "exclude" option is only used in popup to hide items that has already been selected. In those popups the export function is not available.
Change History (5)
comment:1 by , 19 years ago
Milestone: | → BASE 2.0+ |
---|
comment:2 by , 18 years ago
Milestone: | BASE 2.x+ → BASE 2.2 |
---|---|
Owner: | changed from | to
comment:3 by , 18 years ago
comment:4 by , 18 years ago
Status: | new → assigned |
---|
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
There was a change some time ago that caused the last statement to no longer be true. The export button is now visible in popup-windows and it exports items that should be hidden.