Hello everybody I am trying to add enhanced metadata "cris item.author.dept" to the list of the page "edit item" I added the following authority control metadata in dspace.cfg file:
## It comes from ItemEnhancer configuration - see cris-metadata.enhancers.xml choices.plugin.crisitem.author.dept = OUAuthority authority.controlled.crisitem.author.dept = suggest authority.management.crisitem.author.dept = true And the following code to cris-metadata-enhanced.xml file <bean class="org.dspace.app.cris.discovery.CrisItemEnhancer"> <property name="alias" value="author" /> <property name="metadata"> <list> <value>dc.contributor.author</value> </list> </property> <property name="clazz"> <value>org.dspace.app.cris.model.ResearcherPage</value> </property> <property name="qualifiers2path"> <map> <entry key="dept"> <value>dept</value> </entry> </map> </property> </bean> But i get an 404 error. Any suggestion/help? Regards Gonzalo -- You received this message because you are subscribed to the Google Groups "DSpace Community" 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-community. For more options, visit https://groups.google.com/d/optout.
