Author: jleroux
Date: Mon Jun 8 09:31:28 2015
New Revision: 1684128
URL:
http://svn.apache.org/r1684128Log:
Comments out unused form in Scrum. Thanks to Pierre Smits report at "Form ViewSprintItem is not referenced in screens"
https://issues.apache.org/jira/browse/OFBIZ-5975Modified:
ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml
ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml
Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml?rev=1684128&r1=1684127&r2=1684128&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml Mon Jun 8 09:31:28 2015
@@ -1258,7 +1258,7 @@ under the License.
<!-- Sprint -->
<view-map name="AddSprint" type="screen" page="component://scrum/widget/scrumScreens.xml#AddSprint"></view-map>
<view-map name="SprintList" type="screen" page="component://scrum/widget/scrumScreens.xml#SprintList"></view-map>
- <view-map name="ViewSprintItem" type="screen" page="component://scrum/widget/scrumScreens.xml#ViewSprintItem"></view-map>
+ <!-- <view-map name="ViewSprintItem" type="screen" page="component://scrum/widget/scrumScreens.xml#ViewSprintItem"></view-map> -->
<view-map name="ViewSprint" type="screen" page="component://scrum/widget/scrumScreens.xml#ViewSprint"></view-map>
<view-map name="EditSprintItem" type="screen" page="component://scrum/widget/scrumScreens.xml#EditSprintItem"></view-map>
<view-map name="EditSprint" type="screen" page="component://scrum/widget/scrumScreens.xml#EditSprint"></view-map>
Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml?rev=1684128&r1=1684127&r2=1684128&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml Mon Jun 8 09:31:28 2015
@@ -249,7 +249,7 @@ under the License.
</sort-order>
</form>
- <form name="ViewSprintItem" type="single" default-entity-name="WorkEffort" target="EditSprintItem?projectId=${parameters.projectId}">
+ <!-- <form name="ViewSprintItem" type="single" default-entity-name="WorkEffort" target="EditSprintItem?projectId=${parameters.projectId}">
<actions>
<entity-and entity-name="WorkEffortCustRequestItemView" list="custRequestItems">
<field-map field-name="workEffortId" from-field="parameters.workEffortId"/>
@@ -270,7 +270,7 @@ under the License.
<field name="sprintItemId"><hidden value="${parameters.workEffortId}"/></field>
<field name="estimatedMilliSeconds" title="${uiLabelMap.ScrumEstimatedHours}"><display></display></field>
<field name="submitButton" title="${uiLabelMap.CommonEdit}"><submit button-type="button"/></field>
- </form>
+ </form> -->
<form name="showSprintInfo" type="single" default-entity-name="WorkEffort" target="EditSprint" >
<actions>