Author: deepak
Date: Fri Dec 15 10:34:14 2017
New Revision: 1818260
URL:
http://svn.apache.org/viewvc?rev=1818260&view=revLog:
Fixed: Updated ViewPartyRoles inclusion from include-form to include-grid in projectmgr application
Modified:
ofbiz/ofbiz-plugins/trunk/projectmgr/widget/ResourceScreens.xml
Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/widget/ResourceScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/projectmgr/widget/ResourceScreens.xml?rev=1818260&r1=1818259&r2=1818260&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/projectmgr/widget/ResourceScreens.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/projectmgr/widget/ResourceScreens.xml Fri Dec 15 10:34:14 2017
@@ -102,7 +102,7 @@ under the License.
<include-screen name="Contact" location="component://party/widget/partymgr/ProfileScreens.xml"/>
<include-screen name="contactsAndAccounts" location="component://party/widget/partymgr/ProfileScreens.xml"/>
<screenlet title="${uiLabelMap.PartyMemberRoles}" navigation-form-name="ViewPartyRoles">
- <include-form name="ViewPartyRoles" location="component://party/widget/partymgr/PartyForms.xml"/>
+ <include-grid name="ViewPartyRoles" location="component://party/widget/partymgr/PartyForms.xml"/>
</screenlet>
</container>
<container style="righthalf">
@@ -161,7 +161,7 @@ under the License.
<decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<screenlet title="${uiLabelMap.PartyMemberRoles}" navigation-form-name="ViewPartyRoles">
- <include-form name="ViewPartyRoles" location="component://party/widget/partymgr/PartyForms.xml"/>
+ <include-grid name="ViewPartyRoles" location="component://party/widget/partymgr/PartyForms.xml"/>
</screenlet>
<screenlet title="${uiLabelMap.PartyAddToRole}">
<include-form name="AddPartyRole" location="component://projectmgr/widget/forms/ResourceForms.xml"/>