Opened 12 years ago
Closed 12 years ago
#1743 closed defect (fixed)
Problems adding biomaterial to biomaterial lists
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 3.2.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
There seems to be a number of problems with the 'Add current page' and 'Add all' functions. Details need to be investigated, but to begin with:
- Create a lot of biomaterial items
- Create a new empty biomaterial list
- Go to the 'Members' tab and use the 'Add' button to start adding biomaterial to the list.
- Use a filter to on the biomaterials
- The 'Add selected' seems to work ok
- The 'Add current page' seems to ignore the filter and also the 'number of items per page' setting
- The 'Add all' seems to ignore the filter and adds all biomaterial found on the server to the list.
Note! There may be more issues than those described above. This should be investigated. We should also investigate the functionality when creating a new list from the biomaterial list view (via the "New biomaterial list" button).
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [6226]) Fixes #1743: Problems adding biomaterial to biomaterial lists
Seems like the function used the query context for listing the members already in the list instead of the query context for selecting new members. The 'New biomaterial list' function on the list pages seems to be working as expected.