Author: rishi
Date: Sat Oct 28 08:04:59 2017
New Revision: 1813588

URL: http://svn.apache.org/viewvc?rev=1813588&view=rev
Log:
Fix: Party Id label missing from edit data resource role. Remove the empty 
title property to populate the default ui label using FormFielTitle_ pattern. 
Thanks to Rohit Rai for reporting the issue and provinding fix for the same. 
OFBIZ-9758

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/content/widget/content/DataResourceForms.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/content/widget/content/DataResourceForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/widget/content/DataResourceForms.xml?rev=1813588&r1=1813587&r2=1813588&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/content/widget/content/DataResourceForms.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/content/widget/content/DataResourceForms.xml
 Sat Oct 28 08:04:59 2017
@@ -393,7 +393,7 @@ under the License.
         header-row-style="header-row" default-table-style="basic-table">
         <auto-fields-entity entity-name="DataResourceRole"/>
         <field name="dataResourceId" 
title="${uiLabelMap.ContentDataResourceId}" 
map-name="currentValue"><display/></field>
-        <field name="partyId" title=" "><lookup 
target-form-name="LookupPerson"/></field>
+        <field name="partyId"><lookup target-form-name="LookupPerson"/></field>
         <field name="roleTypeId">
             <drop-down allow-empty="true">
                 <entity-options entity-name="RoleType" 
key-field-name="roleTypeId"/>


Reply via email to