You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ri...@apache.org on 2017/10/28 08:06:34 UTC

svn commit: r1813589 - /ofbiz/branches/release16.11/applications/content/widget/content/DataResourceForms.xml

Author: rishi
Date: Sat Oct 28 08:06:34 2017
New Revision: 1813589

URL: http://svn.apache.org/viewvc?rev=1813589&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. Applied fix from trunk revision 1813588.
OFBIZ-9758

Modified:
    ofbiz/branches/release16.11/applications/content/widget/content/DataResourceForms.xml

Modified: ofbiz/branches/release16.11/applications/content/widget/content/DataResourceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/content/widget/content/DataResourceForms.xml?rev=1813589&r1=1813588&r2=1813589&view=diff
==============================================================================
--- ofbiz/branches/release16.11/applications/content/widget/content/DataResourceForms.xml (original)
+++ ofbiz/branches/release16.11/applications/content/widget/content/DataResourceForms.xml Sat Oct 28 08:06:34 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"/>