rename role.editor to role.contributor#108
rename role.editor to role.contributor#108qqmyers merged 1 commit intoGlobalDataverseCommunityConsortium:dataverse-v5.10from
Conversation
|
I add my colleague @plecor who replace me on dataverse's subject at French IRD |
|
Hi, The 4.20 PR renamed the role alias 'editor' to 'contributor', meaning the bundle resolutions is looking for role.contributor.name instead of role.editor.name, see https://github.com/IQSS/dataverse/blob/a57ce53c7c683d05959683de66c03199e465c2ad/src/main/java/edu/harvard/iq/dataverse/authorization/DataverseRole.java#L133 So the key role.contributor.name only exists in Dataverse since 5.14 through IQSS/dataverse#9012, but is expected in the translation files since 4.20. This PR is on 5.10 and not 4.20 because this is the one we are working with internally. |
IQSS/dataverse#7129