#2149 closed enhancement (fixed)
Batch item importers should be able to use an annotation for item identification
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.15 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
The batch item importers can currently use name, internal id or external id for identifying items. It would be nice if it was possible to use an annotation for this purpose. Typically, the annotation values should be unique among all items, otherwise the usual error handling routines should apply (as when the name or external id is used).
This ticket applies to all regular batch item importers (=subclasses of the AbstractItemImporter
class) as well as the annotation importer.
Attachments (1)
Change History (15)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 6 years ago
by , 6 years ago
Attachment: | id-method-annotationtypes.png added |
---|
comment:7 by , 6 years ago
comment:13 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
In 7588: