Author: mbrohl
Date: Thu Sep 22 12:34:33 2016
New Revision: 1761931
URL:
http://svn.apache.org/viewvc?rev=1761931&view=revLog:
Fixed: Error on scrum main page.
(OFBIZ-8318)
There was an error introduced in r1761111, the open quote for an attribute
was missing.
Thanks: Amardeep Singh Jhajj for reporting and providing the patch.
Modified:
ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml
Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml?rev=1761931&r1=1761930&r2=1761931&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml Thu Sep 22 12:34:33 2016
@@ -2339,7 +2339,7 @@ under the License.
</widgets>
<fail-widgets>
<screenlet title="${uiLabelMap.ScrumSprintMemberList}">
- <include-form location="component://scrum/widget/scrumForms.xml" name=ListSprintMemberNoAction"/>
+ <include-form location="component://scrum/widget/scrumForms.xml" name="ListSprintMemberNoAction"/>
</screenlet>
</fail-widgets>
</section>