svn commit: r1818259 - /ofbiz/ofbiz-plugins/trunk/scrum/widget/ResourceScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1818259 - /ofbiz/ofbiz-plugins/trunk/scrum/widget/ResourceScreens.xml

Deepak Dixit-5
Author: deepak
Date: Fri Dec 15 10:28:56 2017
New Revision: 1818259

URL: http://svn.apache.org/viewvc?rev=1818259&view=rev
Log:
Fixed: RuntimeException on viewroles page of Scrum component (OFBIZ-10033)
         ViewPartyRoles form was changed to grid at r#18151933
         Thanks Aditya Sharma for reporting the issue.

Modified:
    ofbiz/ofbiz-plugins/trunk/scrum/widget/ResourceScreens.xml

Modified: ofbiz/ofbiz-plugins/trunk/scrum/widget/ResourceScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/widget/ResourceScreens.xml?rev=1818259&r1=1818258&r2=1818259&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/scrum/widget/ResourceScreens.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/scrum/widget/ResourceScreens.xml Fri Dec 15 10:28:56 2017
@@ -195,7 +195,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://scrum/widget/ResourceForms.xml"/>