Opened 8 years ago
Closed 8 years ago
#2062 closed enhancement (fixed)
Add support for importing registration date to batch importers
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.11 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
It should be possible to map a column and apply a registration date to items that are created by the batch importers. It is not possible to update for existing items.
See #2061.
Change History (3)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [7330]) References #2062: Add support for importing registration date to batch importers
Added support to the biosurce, sample and extract importers. The "Registered" column mapping is defined in the
AbstractItemImporter
but actual use need to be added to each importer indivdually.