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
Wrong project mentionment in ORCID synchronization preferences
Project instead of funding mentionment in ORCID synchronization preferences
Feb 21, 2024
Please describe your request
The contract mentions some
/api/eperson/profiles/<:eperson-uuid>/orcid/projects
endpoint which does not exist.RestContract/profiles.md
Line 238 in 7906b33
The corresponding file mentions some
/fundings
path instead.https://github.com/DSpace/DSpace/blob/28ad35f858131901dfe3108dcae57ea7328218e3/dspace-server-webapp/src/main/java/org/dspace/app/rest/repository/patch/operation/ResearcherProfileReplaceOrcidSyncPreferencesOperation.java#L57
In Addition the ResearcherProfile Rest
OrcidSynchronization
settingRestContract/profiles.md
Line 28 in 7906b33
should return some
fundingsPreference
instead of theprojectsPreference
https://github.com/DSpace/DSpace/blob/28ad35f858131901dfe3108dcae57ea7328218e3/dspace-server-webapp/src/main/java/org/dspace/app/rest/converter/ResearcherProfileConverter.java#L61C18-L61C19
https://github.com/DSpace/DSpace/blob/28ad35f858131901dfe3108dcae57ea7328218e3/dspace-server-webapp/src/main/java/org/dspace/app/rest/model/ResearcherProfileRest.java#L94
We provide some PR fixing this.
The text was updated successfully, but these errors were encountered: