editAnnotation: reject (rather than ignoring) attempts to change layer #2818
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#2818
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I wanted to move some annotations to a different layer recently. I sort of expected it wasn't supported; but I had hoped that
editAnnotation
would explicitly fail. Patches to follow.Attachment 0001-annotations-fix-unkown-typo.patch (1490 bytes) added
Attachment 0002-editAnnotation-explicitly-refuse-to-change-layer.patch (1046 bytes) added
In [pandora,5004]changeset:"pandora,5004":
in case you want to rename a layer (move all existing annots from one layer to another),
you can do that in ./manage.py shell:
Replying to [j]comment:2:
Thanks – I want to move only some annotations from one layer to a new layer, unfortunately.