-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract date during import of documents #254
Comments
Here's the different ways to populate
I tested a document for all the possibilities and the start date is set correctly. Is there another field that can hold this start date? |
@sebastiendeleze Some documents have 2 dates (example), so it would be great to prioritize:
|
As mentioned here, now we take care of field 502$9 for getting a start date. This one has the lowest priority against the other fields. |
* Imports start date in provision activity from field `502$9`. * Prioritizes fields for retreiving start date: 1. 260$c, 2. 269$c, 3. 773$g, 4. 502$9. * Fixes display of start date in detail views. * Closes #254. Co-Authored-by: Sébastien Délèze <[email protected]>
And display the field
provisionActivity.startDate
all the timeThe text was updated successfully, but these errors were encountered: