Opened 16 years ago

Closed 16 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 Jari Häkkinen, 16 years ago

Milestone: BASE 2.8

comment:2 by Nicklas Nordborg, 16 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:3 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4304]) Fixes #1027: Annotation importer should be able to remove annotations

Note: See TracTickets for help on using tickets.