You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
floriangantner
changed the title
Orcid affiliation validation checks optional field as required
Orcid affiliation validation checks optional start-date field as required
Jul 21, 2023
Describe the bug
The validation check checks affiliation.startdate as required.
DSpace/dspace-api/src/main/java/org/dspace/orcid/model/validator/impl/OrcidValidatorImpl.java
Line 140 in 47be259
Nevertheless according to the orcid scheme this property start-date is not required.
https://github.com/ORCID/orcid-model/blob/master/src/main/resources/common_3.0/common-3.0.xsd
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Of course it's nice to have properly and valid data, but we expect to be able to set affiliation without some startdate.
Related work
Will provide some PR next week which will comment the regarding lines.
The text was updated successfully, but these errors were encountered: