Opened 15 years ago
Closed 15 years ago
#1027 closed enhancement (fixed)
Annotation importer should be able to remove annotations
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.8 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
If the new value for an annotation is empty(=null) there should be an option to remove the existing annotation. Currently, empty values are simply ignored. This could be implemented something like this:
- A true/false parameter option to enable removing annotations. The default should be to not remove.
- An empty value causes a flag to be set in the
NewAnnotations
object. - If there are no other non-empty values for the annotation, the
setNewAnnotations
will remove the annotation (if that option was enabled).
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | → BASE 2.8 |
---|
comment:2 Changed 15 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [4304]) Fixes #1027: Annotation importer should be able to remove annotations