23.10.0
CHANGELOG
Features
- Item Create/Edit:
- Item Limit to batch import/edit is now 1000 (before 200)
- Owned by Group is now editable. Users belonging to more than one group can chnage the item ownership.
- Permissions for the newly selected group are automatically added. On create pages, the permission set is replaced. (15ac6c2a)
- Lists:
- Properly filter relevant annotation according to
context (f2bbe1ae)
- ELN:
- Make project and permissions editable for frozen experiments (0118c373)
- Propose embedded files cleanup only AFTER saving lab note text (46827b9e)
- Admin:
- Script and admin-ui can now be used to update terms
Fixes
- fix(lists): Add ellipsis for long group name in ownership filter button (a5732472)
- fix(lists): Fix saving list settings (51486be9)
- fix(lists): Remember ownership filter for session (43c50fc4)
- fix (lists/details): Add
applied_on field to the Protocol List and make it searchable in the list page
- fix(dataloader): Allow selection of any sample type for Light Microscopy assays (52c9a613)
- fix(dataloader): Identify directories with
is_dir instead of is_folder (37469e65)
- fix(dataloader): Reflect server change of property name (
is_run_dir becomes is_user_dropbox) (3605067d)
- fix(dataloader): Prevent selecting a run directory as a dataset (7683d62d)
- hotfix(dataloader): Fix the
get_dropbox URL when adding query params (03362ceb)
- hotfix(dataloader): Do not transfer the value of the run director attribute
run_dir to new assay created from template df6d9d32)
- fix(details): Add
nr_of_samples field to the Electron-Microscopy assay model (2f965e14)
- fix(eln): Remove openlink and unlink items from link toolbar (3dd0368e)
- fix(batch import): Store the maximum number of edit/import item in a variable. Add info in batch edit page (33bb883c)
- fix(other): Model meta cache is now being invalidated on Admin hitting Refresh App from the UI and on every server restart
- fix(archiving): Change the dataset-archive endpoint from
GET to POST to fix the issue of selecting a long list of datasets and send them to archive
- fix(archiving): Now in the archive popup, only deleted=False datasets are being offered
Chores
- Update logo. Add notification with renaming and open source info (a60cbb21)
- Update app icons and favicon (d5e196c6)
- Add CONTRIBUTING.md to with contribution guidelines (c687bfe5)