Author: hansbak
Date: Tue Jul 7 10:02:01 2009
New Revision: 791777
URL:
http://svn.apache.org/viewvc?rev=791777&view=revLog:
error in the viewrequest portlet
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml?rev=791777&r1=791776&r2=791777&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml Tue Jul 7 10:02:01 2009
@@ -616,7 +616,7 @@
</field>
<field name="mimeTypeId"><display/></field>
<field name="fromDate"><display/></field>
- <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext" use-when="tabButtonItem.equals("custRequestContent")">
+ <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext" use-when="tabButtonItem!=void&&tabButtonItem.equals("custRequestContent")">
<hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteCustRequestContent">
<parameter param-name="custRequestId"/>
<parameter param-name="contentId"/>