Author: ashish
Date: Sat Aug 27 14:04:49 2016
New Revision: 1758039

URL: http://svn.apache.org/viewvc?rev=1758039&view=rev
Log:
Applied patch from jira issue - OFBIZ-7977 - View Entity is not marked on new 
entity listing UI in Webtools.
Thanks Pritam for the contribution. 

Modified:
    ofbiz/trunk/framework/webtools/widget/EntityForms.xml

Modified: ofbiz/trunk/framework/webtools/widget/EntityForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/EntityForms.xml?rev=1758039&r1=1758038&r2=1758039&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/EntityForms.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/EntityForms.xml Sat Aug 27 14:04:49 
2016
@@ -59,7 +59,7 @@ under the License.
             <set field="firstChar" value="${groovy: entityName.substring(0, 
1)}"/>
         </row-actions>
         <field name="entityName">
-            <hyperlink id="${firstChar}" description="${entityName}" 
target="FindGeneric">
+            <hyperlink id="${firstChar}" description="${entityName} ${groovy: 
if (viewEntity == 'Y') return '(' + uiLabelMap.WebtoolsEntityView + ')'}" 
target="FindGeneric">
                <parameter param-name="entityName"/>
             </hyperlink>
         </field>


Reply via email to