Opened 17 years ago
Closed 17 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 by , 17 years ago
Milestone: | → BASE 2.8 |
---|
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 17 years ago
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