webknossos
webknossos copied to clipboard
Remove the await in NmlParser/AnnotationUploadService
Implementing the suggestion from here https://github.com/scalableminds/webknossos/issues/7551#issuecomment-1913085950 (move the determination of hasSegmentIndex to adaptPropertiesToFallbackLayer, which happens after the NML parsing)
URL of deployed dev instance (used for testing):
- https://nmlparserremoveawait.webknossos.xyz
Steps to test:
- Download + Reupload volume annotation with and without fallback layer, should work
Issues:
- fixes #7551
- [x] Considered common edge cases