You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve selection of fallback segmentation when creating annotations (#8677)
### URL of deployed dev instance (used for testing):
- https://___.webknossos.xyz
### Steps to test:
- prepare a dataset with more than one segmentation layer
- go to dataset view mode, yield all seg layers invisible and click
"create annotation"
- you should see a modal that lets you select the seg layer on which to
base the volume annotation
- if there is only one segmentation layer in the DS or there are more
but only one is visible, the visible or only segmentation layer should
be used (no modal)
### Issues:
- fixes#8627
------
(Please delete unneeded items, merge only when none are left open)
- [x] Updated
[changelog](../blob/master/CHANGELOG.unreleased.md#unreleased)
- [ ] Updated [migration
guide](../blob/master/MIGRATIONS.unreleased.md#unreleased) if applicable
- [ ] Updated [documentation](../blob/master/docs) if applicable
- [ ] Adapted [wk-libs python
client](https://github.com/scalableminds/webknossos-libs/tree/master/webknossos/webknossos/client)
if relevant API parts change
- [ ] Removed dev-only changes like prints and application.conf edits
- [x] Considered [common edge
cases](../blob/master/.github/common_edge_cases.md)
- [ ] Needs datastore update after deployment
---------
Co-authored-by: Florian M <fm3@users.noreply.github.com>
Co-authored-by: Philipp Otto <philipp.4096@gmail.com>
- When creating an annotation from the dataset view mode, and more than one segmentation layer is visible or multiple segmentation layers are invisible but available, a selection modal now appears allowing users to choose which segmentation layer to use for the newly created volume annotation. Per default, annotations are still based on the visible segmentation layer.
0 commit comments