El martes, 9 de octubre de 2018, 13:41:31 (UTC+1), Rubén Vázquez escribió:
>
> Hello,
>
> I'm customizing the research profile page of a DSpace-CRIS 5.8 
> installation (using JSPUI). I had include some new tabs to show projects, 
> indicators, etc but I'm not be able to show the patents associated with a 
> researcher. Something like this DSpace installation for the Honk Kong 
> Polytechnic University 
> <http://ira.lib.polyu.edu.hk/cris/rp/rp00340/patents.html>
>
> According to this documentation,  
> <https://wiki.duraspace.org/pages/viewpage.action?pageId=78163308>I have 
> modified the *spring/cris/ cris-components.xml* like this:
>
>     <bean id="rpComponentsService" class=
> "org.dspace.app.cris.integration.CrisComponentsService">
>         <property name="components">
>             <map>
>                 <entry key="dspaceitems" value-ref="publicationlist" />
>                 <entry key="projects" value-ref="projectlist" />
>                 <entry key="patentes" value-ref="patentlist" /> 
>             </map>
>         </property>
>     </bean>
>
>
>     <bean id="patentlist"
>         class=
> "org.dspace.app.webui.cris.components.ItemsConfigurerComponent">
>         <property name="relationConfiguration" ref=
> "relationRPVSItemConfiguration" />
>         <property name="commonFilter"><util:constant static-field=
> "org.dspace.app.webui.cris.util.RelationPreferenceUtil.HIDDEN_FILTER" 
> /></property>               
>         <property name="target" value=
> "org.dspace.app.cris.model.ResearcherPage" />
>         <property name="facets" ref="facetsItemConfiguration" />
>         <property name="types">
>             <map>
>                 <entry key="patent" value-ref="patentComponent" />
>             </map>
>         </property>
>     </bean>
>
>
> Then, using the Administrative UI I create a new Tab called "Patentes" 
> (Patents in English) using the key "patentes" to display the information. 
> It shows just a blank box like this:
>
> [image: Untitled.png]
>
>
> It shows the tab and the box associated, but empty. Reindexing do not 
> solve the problem.
>
> Do you know what's wrong with this? If it's necessary I will post more 
> details.
>
> Regards,
>
> Rubén Vázquez
>

-- 
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.

Reply via email to