Hi Glenn, The bug in this thread was fixed in DSpace 6.1, when we upgraded to handlebars 4.0.0. So, if you are running 6.3, then you should already be using handlebars 4.0.0, unless you've forgotten to fully upgrade custom code or themes.
Here's where this bug was fixed: https://jira.duraspace.org/browse/DS-3387 And here's the specific code changes that fixed it: https://github.com/DSpace/DSpace/pull/1739 If you are seeing a similar bug in 6.3, you might want to double check that your local theme has been updated with these changes. If you have a highly custom theme, it's possible you'd need to apply these changes manually. - Tim On Wed, Oct 17, 2018 at 4:38 PM Glenn G <[email protected]> wrote: > Having the same problem after upgrading from 5.5 to 6.3. Tried adding the > link to handlebars 4.0.0, but that doesn't work. > > Any new ideas? > > Thanks, > Glenn > > > On Wednesday, October 26, 2016 at 5:04:03 AM UTC-5, Sean Carte wrote: > >> Since upgrading to DSpace 6.0, I've noticed that the Lookup button >> doesn't seem to do anything anymore. Nothing in the dspace log either. This >> is both during the initial item submission and in the edit item page. >> >> I have the following in my local.cfg file: >> >> event.dispatcher.default.consumers = authority, versioning, discovery, >> eperson >> (the wiki page < >> https://wiki.duraspace.org/display/DSDOC6x/ORCID+Integration> includes >> 'harvester' at the end of that line, but the new dspace.cfg omits it, and >> it causes problems during submission: 'No class configured for consumer >> named: harvester') >> >> plugin.named.org.dspace.content.authority.ChoiceAuthority = \ >> org.dspace.content.authority.SolrAuthority = SolrAuthorAuthority >> >> solr.authority.server=${solr.server}/authority >> choices.plugin.dc.contributor.author = SolrAuthorAuthority >> choices.presentation.dc.contributor.author = authorLookup >> authority.controlled.dc.contributor.author = true >> authority.author.indexer.field.1=dc.contributor.author >> >> >> Is ORCID authority control working for others using DSpace 6.0? >> >> Sean >> > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > 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. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- 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.
