Changes between Initial Version and Version 1 of Ticket #2061
- Timestamp:
- Mar 13, 2017, 7:36:43 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2061 – Description
initial v1 3 3 We should add an API method to the `Registered` interface that can set the registration date. It should only be possible to set on newly created items before they are saved to the database (the registration date column is mapped with update=false in Hibernate). 4 4 5 The batch importers should be able to import the registration date from data files. See ticket ....5 The batch importers should be able to import the registration date from data files. See #2062.