Author: akashjain
Date: Sat Oct 28 12:07:07 2017
New Revision: 1813614

URL: http://svn.apache.org/viewvc?rev=1813614&view=rev
Log:
Improved: Required field indicator (*) is missing on edit data resource role, 
applied patch from jira issue (OFBIZ-9757)

Thanks, Rohit Rai for your contribution.

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=1813614&r1=1813613&r2=1813614&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 12:07:07 2017
@@ -393,8 +393,8 @@ 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"><lookup target-form-name="LookupPerson"/></field>
-        <field name="roleTypeId">
+        <field name="partyId" required-field="true"><lookup 
target-form-name="LookupPerson"/></field>
+        <field name="roleTypeId" required-field="true">
             <drop-down allow-empty="true">
                 <entity-options entity-name="RoleType" 
key-field-name="roleTypeId"/>
             </drop-down>


Reply via email to