You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/06/15 18:48:19 UTC

svn commit: r1685621 - in /ofbiz/trunk/specialpurpose/scrum: webapp/scrum/WEB-INF/controller.xml widget/scrumForms.xml

Author: jleroux
Date: Mon Jun 15 16:48:18 2015
New Revision: 1685621

URL: http://svn.apache.org/r1685621
Log:
A patch from Pierre Smits related with "Form ViewSprintItem is not referenced in screens" https://issues.apache.org/jira/browse/OFBIZ-5975

Removes the lines related to the ViewSprintItem lines after a week

Modified:
    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=1685621&r1=1685620&r2=1685621&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 15 16:48:18 2015
@@ -1258,7 +1258,6 @@ 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="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=1685621&r1=1685620&r2=1685621&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml Mon Jun 15 16:48:18 2015
@@ -249,29 +249,6 @@ under the License.
         </sort-order>
     </form>
     
-    <!-- <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"/>
-        </entity-and>
-        <entity-and entity-name="CustRequestItem" list="custRequestItems">
-            <field-map field-name="custRequestId" from-field="custRequestItems[0].custRequestId"/>
-            <field-map field-name="custRequestItemSeqId" from-field="custRequestItems[0].custRequestItemSeqId"/>
-        </entity-and>
-        <entity-one entity-name="WorkEffort">
-            <field-map field-name="workEffortId" from-field="parameters.workEffortId"/>
-        </entity-one>
-    </actions>
-        <field name="workEffortName" title="Sprint Item Name"><display></display></field>
-        <field name="description" title="${uiLabelMap.CommonDescription}" use-when="description!=null"><display></display></field>
-        <field name="custRequestItemName" title="${uiLabelMap.ScrumCustomerRequestItemName}"><display description="${custRequestItems[0].description}"></display></field>
-        <field name="custRequestId"><hidden value="${custRequestItems[0].custRequestId}"/></field>
-        <field name="custRequestItemSeqId"><hidden value="${custRequestItems[0].custRequestItemSeqId}"/></field>
-        <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 name="showSprintInfo" type="single" default-entity-name="WorkEffort" target="EditSprint" >
         <actions>
             <entity-one entity-name="WorkEffort" value-field="sprint">