Hello!!
I'm try to change the title link to "TAB_VIEW" instead of
"TAB_CONTENT_JBPM" at "My Tasks" gadget dashboard, my contribution looks as
follows:
<component name="org.nuxeo.jbpm.mywidgets">
<require>org.nuxeo.ecm.platform.jbpm.web.layouts</require>
<require>org.nuxeo.ecm.user.center.dashboard.jsf.layouts.listing</require>
<extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager"
point="widgets">
<widget name="listing_task_document_title_link" type="listing_title_link">
<labels>
<label mode="any">label.title</label>
</labels>
<translated>true</translated>
<fields>
<field>data.document</field>
<field>data.document.ref</field>
<field>data.document.dc.description</field>
</fields>
<properties widgetMode="any">
<property name="tab">
#{nxu:test(layoutValue.data.taskInstance.getVariableLocally('createdFromCreateTaskOperation')
== 'true', '', 'TAB_VIEW')}
</property>
</properties>
</widget>
</extension>
</component>
but nothing happen, could someone give any clue on how to do it? My Nuxeo
version is 5.4.3-I20111003_1046
Thanks in advanced
--
Jesus Ibañez
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/