On 15 November 2016 at 16:47, helix84 <[email protected]> wrote: > On Tue, Nov 15, 2016 at 1:42 PM, Sean Carte <[email protected]> wrote: > >> Worth logging a Jira ticket? >> > > I created a ticket for you: > https://jira.duraspace.org/browse/DS-3387 > > Please, test the PR and comment on it. >
Thanks, Ivan. There's already been a successful test and merging is (now) blocked, so I wasn't able to merge the PR, but I did make the change manually (after removing Wandi's fix), and it does appear to work. As far as I can tell, the documentation also needs an update: https://wiki.duraspace.org/display/DSDOC6x/ORCID+Integration#ORCIDIntegration-Configuration The final part of configuration is to add the authority consumer in front of the list of event consumers. Add "authority" in front of the list as displayed below. event.dispatcher.default.consumers = authority, versioning, discovery, eperson, harvester I find I have to remove 'harvester' from the line above: event.dispatcher.default.consumers = authority, versioning, discovery, eperson Sean -- -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
