Author: mbrohl
Date: Fri Sep 16 22:45:08 2016
New Revision: 1761111
URL: http://svn.apache.org/viewvc?rev=1761111&view=rev
Log:
Improved: Scrum: Consistent form name.
(OFBIZ-8108)
Change all form names to upper camel case for consistency.
Thanks: Tanmay Muley for reporting and providing the patch.
Modified:
ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml
ofbiz/trunk/specialpurpose/scrum/widget/FieldLookupForms.xml
ofbiz/trunk/specialpurpose/scrum/widget/LookupScreens.xml
ofbiz/trunk/specialpurpose/scrum/widget/MyWorkScreens.xml
ofbiz/trunk/specialpurpose/scrum/widget/OpenTestForms.xml
ofbiz/trunk/specialpurpose/scrum/widget/OpenTestScreens.xml
ofbiz/trunk/specialpurpose/scrum/widget/ProjectForms.xml
ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml
ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml
ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml
ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml
Modified: ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml?rev=1761111&r1=1761110&r2=1761111&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml
(original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml Fri Sep
16 22:45:08 2016
@@ -85,7 +85,7 @@ under the License.
<field name="entryDate" title="${uiLabelMap.CommonCreated}"><display
type="date"/></field>
<field name="datetimeStarted"
title="${uiLabelMap.CommonSend}"><hidden/></field>
</form>
- <form name="uploadContent" type="upload"
target="uploadAttachFiletoEmail?productId=${parameters.productId}&custRequestId=${parameters.custRequestId}">
+ <form name="UploadContent" type="upload"
target="uploadAttachFiletoEmail?productId=${parameters.productId}&custRequestId=${parameters.custRequestId}">
<field name="custRequestId"><hidden
value="${parameters.custRequestId}"/></field>
<field name="dataCategoryId"><hidden value="PERSONAL"/></field>
<field name="contentTypeId"><hidden value="DOCUMENT"/></field>
@@ -116,7 +116,7 @@ under the License.
(document.uploadContent.submit())"/>
</field>
</form>
- <form name="listCommContent" type="list"
list-name="contentDataResourceList" paginate-target="/ListCommContent"
target="removeAttachFile"
+ <form name="ListCommContent" type="list"
list-name="contentDataResourceList" paginate-target="/ListCommContent"
target="removeAttachFile"
odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<actions>
<entity-and entity-name="CommEventContentDataResource"
list="contentDataResourceList">
@@ -188,7 +188,7 @@ under the License.
<field name="subject"><text size="74" maxlength="255"
disabled="true"/> </field>
<field name="content"><textarea cols="72" rows="15" read-only="true"/>
</field>
</form>
- <form name="listCommContentForProduct" type="list"
extends="listCommContent" list-name="contentDataResourceList"
paginate-target="/ListCommContent" target="removeAttachFileForProduct"
+ <form name="ListCommContentForProduct" type="list"
extends="ListCommContent" list-name="contentDataResourceList"
paginate-target="/ListCommContent" target="removeAttachFileForProduct"
odd-row-style="alternate-row" default-table-style="basic-table
hover-bar">
<field name="custRequestId"><ignored/> </field>
<field name="contentName">
@@ -201,7 +201,7 @@ under the License.
</hyperlink>
</field>
</form>
- <form name="uploadContentForProduct" type="upload" extends="uploadContent"
target="uploadAttachFiletoEmailForProduct?productId=${parameters.productId}">
+ <form name="UploadContentForProduct" type="upload" extends="UploadContent"
target="uploadAttachFiletoEmailForProduct?productId=${parameters.productId}">
<field name="custRequestId"><ignored/> </field>
<field name="productId"><hidden
value="${parameters.productId}"/></field>
<field name="partyId"><hidden value="${userLogin.partyId}"/> </field>
Modified: ofbiz/trunk/specialpurpose/scrum/widget/FieldLookupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/FieldLookupForms.xml?rev=1761111&r1=1761110&r2=1761111&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/FieldLookupForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/FieldLookupForms.xml Fri Sep 16
22:45:08 2016
@@ -21,7 +21,7 @@ under the License.
<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://ofbiz.apache.org/Widget-Form"
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form
http://ofbiz.apache.org/dtds/widget-form.xsd">
- <form name="lookupProductBacklog" target="LookupProductBacklog" title=""
type="single"
+ <form name="LookupProductBacklog" target="LookupProductBacklog" title=""
type="single"
header-row-style="header-row" default-table-style="basic-table">
<field name="custRequestId" title="Product Backlog
Id"><text-find/></field>
<field name="custRequestTypeId"><hidden
value="RF_PROD_BACKLOG"/></field>
@@ -38,7 +38,7 @@ under the License.
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't
there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
- <form name="listLookupProductBacklog" list-name="listIt" title=""
type="list"
+ <form name="ListLookupProductBacklog" list-name="listIt" title=""
type="list"
odd-row-style="alternate-row" default-table-style="basic-table
hover-bar" paginate-target="LookupProductBacklog">
<actions>
<service service-name="performFind" result-map="result"
result-map-list="listIt">
Modified: ofbiz/trunk/specialpurpose/scrum/widget/LookupScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/LookupScreens.xml?rev=1761111&r1=1761110&r2=1761111&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/LookupScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/LookupScreens.xml Fri Sep 16
22:45:08 2016
@@ -40,10 +40,10 @@ under the License.
<widgets>
<decorator-screen name="LookupDecorator"
location="component://common/widget/CommonScreens.xml">
<decorator-section name="search-options">
- <include-form name="lookupProductBacklog"
location="component://scrum/widget/FieldLookupForms.xml"/>
+ <include-form name="LookupProductBacklog"
location="component://scrum/widget/FieldLookupForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
- <include-form name="listLookupProductBacklog"
location="component://scrum/widget/FieldLookupForms.xml"/>
+ <include-form name="ListLookupProductBacklog"
location="component://scrum/widget/FieldLookupForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
Modified: ofbiz/trunk/specialpurpose/scrum/widget/MyWorkScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/MyWorkScreens.xml?rev=1761111&r1=1761110&r2=1761111&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/MyWorkScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/MyWorkScreens.xml Fri Sep 16
22:45:08 2016
@@ -58,7 +58,7 @@ under the License.
<widgets>
<container>
<screenlet
title="${uiLabelMap.ScrumAssignATaskToMe}" id="titleMyWorkOpenTask"
collapsible="true" initially-collapsed="false">
- <include-form
name="assignTaskToMe" location="component://scrum/widget/TaskForms.xml"/>
+ <include-form
name="AssignTaskToMe" location="component://scrum/widget/TaskForms.xml"/>
</screenlet>
</container>
</widgets>
Modified: ofbiz/trunk/specialpurpose/scrum/widget/OpenTestForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/OpenTestForms.xml?rev=1761111&r1=1761110&r2=1761111&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/OpenTestForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/OpenTestForms.xml Fri Sep 16
22:45:08 2016
@@ -19,7 +19,7 @@
-->
<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://ofbiz.apache.org/Widget-Form"
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form
http://ofbiz.apache.org/dtds/widget-form.xsd">
- <form name="defaultTaskList" type="list" target="removeTask"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
+ <form name="DefaultTaskList" type="list" target="removeTask"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<entity-and entity-name="WorkEffortAndProduct">
<field-map field-name="workEffortPurposeTypeId"
value="SCRUM_DEFAULT_TASK"/>
@@ -49,7 +49,7 @@
</hyperlink>
</field>
</form>
- <form name="editDefaultTask" type="single" target="createDefaultTask">
+ <form name="EditDefaultTask" type="single" target="createDefaultTask">
<actions>
<entity-one entity-name="WorkEffort" value-field="workEffort"/>
<set field="workEffortName"
from-field="workEffort.workEffortName"/>
@@ -89,7 +89,7 @@
<field name="submitButton" title="${uiLabelMap.CommonUpdate}"
use-when="workEffortId!=null"><submit/></field>
</form>
- <form name="listCompletedTask" type="list" target=""
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
+ <form name="ListCompletedTask" type="list" target=""
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<entity-and entity-name="WorkEffortAndPartyAssign">
<field-map field-name="currentStatusId" value="STS_COMPLETED"/>
@@ -110,7 +110,7 @@
</hyperlink>
</field>
</form>
- <form name="findBacklog" type="single" target="findBacklog">
+ <form name="FindBacklog" type="single" target="findBacklog">
<field name="productId" title="${uiLabelMap.PageTitleProduct}">
<drop-down allow-empty="true">
<entity-options description=" ${internalName} [${productId}]"
entity-name="Product" key-field-name="productId">
@@ -122,7 +122,7 @@
</field>
<field name="submitButton" title="Find"><submit/></field>
</form>
- <form name="listTask" type="list" list-name="backlogList"
paginate-target="findBacklog" odd-row-style="alternate-row"
default-table-style="basic-table hover-bar">
+ <form name="ListTask" type="list" list-name="backlogList"
paginate-target="findBacklog" odd-row-style="alternate-row"
default-table-style="basic-table hover-bar">
<row-actions>
<entity-and entity-name="CustRequestItem" list="story">
<field-map field-name="custRequestId"
from-field="custRequestId"/>
@@ -149,7 +149,7 @@
<display-entity entity-name="StatusItem"/>
</field>
</form>
- <form name="editTask" type="upload" target="createTestTask">
+ <form name="EditTask" type="upload" target="createTestTask">
<actions>
<entity-and entity-name="WorkEffortPartyAssignView"
list="membersPartyId">
<field-map field-name="workEffortId" from-field="sprintId"/>
@@ -211,7 +211,7 @@
</field>
<field name="submitButton"
title="${uiLabelMap.CommonCreate}"><submit/></field>
</form>
- <form name="contentTask" type="list" odd-row-style="alternate-row"
default-table-style="basic-table hover-bar">
+ <form name="ContentTask" type="list" odd-row-style="alternate-row"
default-table-style="basic-table hover-bar">
<actions>
<entity-and entity-name="WorkEffortContent">
<field-map field-name="workEffortId"
from-field="parameters.taskId"/>
@@ -229,7 +229,7 @@
<field name="fromDate"><display/></field>
</form>
- <form name="defaultTaskScrumList" type="list" target="removeTask"
list-name="defaultTasks" odd-row-style="alternate-row"
default-table-style="basic-table hover-bar" paginate-target="defaultTaskScrum">
+ <form name="DefaultTaskScrumList" type="list" target="removeTask"
list-name="defaultTasks" odd-row-style="alternate-row"
default-table-style="basic-table hover-bar" paginate-target="defaultTaskScrum">
<actions>
<entity-and entity-name="WorkEffort">
<field-map field-name="workEffortPurposeTypeId"
value="SYSTEM_DEFAULT_TASK"/>
@@ -257,7 +257,7 @@
</field>
</form>
- <form name="editDefaultTaskScrum" type="single"
target="createDefaultTaskScrum">
+ <form name="EditDefaultTaskScrum" type="single"
target="createDefaultTaskScrum">
<actions>
<entity-one entity-name="WorkEffort" value-field="workEffort"/>
<set field="workEffortName"
from-field="workEffort.workEffortName"/>
Modified: ofbiz/trunk/specialpurpose/scrum/widget/OpenTestScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/OpenTestScreens.xml?rev=1761111&r1=1761110&r2=1761111&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/OpenTestScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/OpenTestScreens.xml Fri Sep 16
22:45:08 2016
@@ -49,7 +49,7 @@ under the License.
<section>
<widgets>
<screenlet
title="${uiLabelMap.ScrumDefaultTasksList}">
- <include-form
location="component://scrum/widget/OpenTestForms.xml" name="defaultTaskList"/>
+ <include-form
location="component://scrum/widget/OpenTestForms.xml" name="DefaultTaskList"/>
</screenlet>
</widgets>
</section>
@@ -72,7 +72,7 @@ under the License.
<section>
<widgets>
<screenlet
title="${uiLabelMap.ScrumEditDefaultTask} ${workEffortId}">
- <include-form
location="component://scrum/widget/OpenTestForms.xml" name="editDefaultTask"/>
+ <include-form
location="component://scrum/widget/OpenTestForms.xml" name="EditDefaultTask"/>
</screenlet>
</widgets>
</section>
@@ -87,7 +87,7 @@ under the License.
</actions>
<widgets>
<screenlet id="findBacklog"
title="${uiLabelMap.PageTitleFindBacklog}" collapsible="true">
- <include-form
location="component://scrum/widget/OpenTestForms.xml" name="findBacklog"/>
+ <include-form
location="component://scrum/widget/OpenTestForms.xml" name="FindBacklog"/>
</screenlet>
</widgets>
</section>
@@ -99,7 +99,7 @@ under the License.
</actions>
<widgets>
<screenlet title="${uiLabelMap.ScrumBacklogList}">
- <include-form
location="component://scrum/widget/OpenTestForms.xml" name="listTask"/>
+ <include-form
location="component://scrum/widget/OpenTestForms.xml" name="ListTask"/>
</screenlet>
</widgets>
</section>
@@ -117,7 +117,7 @@ under the License.
<section>
<widgets>
<screenlet
title="${uiLabelMap.PageTitleEditTask}">
- <include-form
location="component://scrum/widget/OpenTestForms.xml" name="editTask"/>
+ <include-form
location="component://scrum/widget/OpenTestForms.xml" name="EditTask"/>
</screenlet>
</widgets>
</section>
@@ -144,7 +144,7 @@ under the License.
<link
text="${uiLabelMap.ScrumCreateDefaultTasks}" target="editDefaultTaskScrum"
style="buttontext create"/>
</container>
<screenlet title="${uiLabelMap.ScrumDefaultTasksList}">
- <include-form
location="component://scrum/widget/OpenTestForms.xml"
name="defaultTaskScrumList"/>
+ <include-form
location="component://scrum/widget/OpenTestForms.xml"
name="DefaultTaskScrumList"/>
</screenlet>
</decorator-section>
</decorator-screen>
@@ -165,7 +165,7 @@ under the License.
<decorator-section name="body">
<container style="button-bar"/>
<screenlet title="${uiLabelMap.ScrumEditDefaultTask}">
- <include-form
location="component://scrum/widget/OpenTestForms.xml"
name="editDefaultTaskScrum"/>
+ <include-form
location="component://scrum/widget/OpenTestForms.xml"
name="EditDefaultTaskScrum"/>
</screenlet>
</decorator-section>
</decorator-screen>
Modified: ofbiz/trunk/specialpurpose/scrum/widget/ProjectForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/ProjectForms.xml?rev=1761111&r1=1761110&r2=1761111&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/ProjectForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/ProjectForms.xml Fri Sep 16
22:45:08 2016
@@ -19,14 +19,14 @@
-->
<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://ofbiz.apache.org/Widget-Form"
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form
http://ofbiz.apache.org/dtds/widget-form.xsd">
- <form name="listResourcesTasks" extends="MyTasks"
extends-resource="component://scrum/widget/TaskForms.xml"
paginate-target="listResourcesTask"
+ <form name="ListResourcesTasks" extends="MyTasks"
extends-resource="component://scrum/widget/TaskForms.xml"
paginate-target="listResourcesTask"
odd-row-style="alternate-row" header-row-style="header-row-2"
default-table-style="basic-table hover-bar">
<field name="UpdateButton"><ignored/> </field>
<field name="RemoveButton"><ignored/> </field>
<field name="taskName"><display description="${taskName} - [${taskId}]
"/> </field>
<field name="planHours"><display description="${taskInfo.planHours}"/>
</field>
</form>
- <form name="AddResourceTaskParty" extends="assignTaskToMe"
extends-resource="component://scrum/widget/TaskForms.xml" type="single"
target="addTaskPartyAssign"
+ <form name="AddResourceTaskParty" extends="AssignTaskToMe"
extends-resource="component://scrum/widget/TaskForms.xml" type="single"
target="addTaskPartyAssign"
header-row-style="header-row" default-table-style="basic-table">
<field name="partyId"><hidden value="${parameters.partyId}"/></field>
</form>
@@ -58,7 +58,7 @@
<field entry-name="test" name="thruDate"><date-time
type="date"/></field>
<field name="submitButton" title="${uiLabelMap.CommonAdd}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
- <form name="listResourcesProjects" type="list" list-name="parties"
target="deleteProjectPartyAssign"
+ <form name="ListResourcesProjects" type="list" list-name="parties"
target="deleteProjectPartyAssign"
odd-row-style="alternate-row" header-row-style="header-row-2"
default-table-style="basic-table hover-bar" use-row-submit="true">
<row-actions>
<entity-one entity-name="WorkEffort" value-field="project">
Modified: ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml?rev=1761111&r1=1761110&r2=1761111&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml Fri Sep 16 22:45:08
2016
@@ -656,7 +656,7 @@
</field>
</form>
- <form name="assignTaskToMe" type="single" target="addTaskAssignment">
+ <form name="AssignTaskToMe" type="single" target="addTaskAssignment">
<field name="partyId"><hidden value="${userLogin.partyId}"/></field>
<field name="taskId" parameter-name="workEffortId"
title="${uiLabelMap.ScrumTaskName}">
<drop-down allow-empty="true">
@@ -872,7 +872,7 @@
<sort-field name="partyId"/>
</sort-order>
</form>
- <form name="taskMember" type="single" target="addMemberTask">
+ <form name="TaskMember" type="single" target="addMemberTask">
<actions>
<entity-condition entity-name="RoleType" list="roleTypeList">
<condition-list combine="or">
@@ -934,7 +934,7 @@
<field name="submitButton"
title="${uiLabelMap.CommonAdd}"><submit/></field>
</form>
- <form name="taskMemberList" type="list" target="removeMemberTask"
list-name="taskMembers" use-row-submit="true" paginate-target="taskMember"
separate-columns="true"
+ <form name="TaskMemberList" type="list" target="removeMemberTask"
list-name="taskMembers" use-row-submit="true" paginate-target="taskMember"
separate-columns="true"
odd-row-style="alternate-row" even-row-style="even-row"
header-row-style="header-row" default-table-style="basic-table hover-bar">
<actions>
<entity-and entity-name="WorkEffortPartyAssignView"
list="taskMembers" filter-by-date="true">
@@ -958,11 +958,11 @@
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't
there then with all fields empty no query will be done --></field>
<field name="submitButton"
title="${uiLabelMap.CommonRemove}"><submit/></field>
</form>
- <form name="taskMemberListInfo" type="list" extends="taskMemberList"
separate-columns="true"
+ <form name="TaskMemberListInfo" type="list" extends="TaskMemberList"
separate-columns="true"
odd-row-style="alternate-row" even-row-style="even-row"
header-row-style="header-row" default-table-style="basic-table hover-bar">
<field name="submitButton"
title="${uiLabelMap.CommonAdd}"><hidden/></field>
</form>
- <form name="taskMemberListInfoForStakeholder" type="list"
extends="taskMemberList" separate-columns="true"
+ <form name="TaskMemberListInfoForStakeholder" type="list"
extends="TaskMemberList" separate-columns="true"
odd-row-style="alternate-row" even-row-style="even-row"
header-row-style="header-row" default-table-style="basic-table hover-bar">
<field name="memberName" title="${uiLabelMap.ScrumMembersName}">
<display description="${lastName} ${firstName} ${middleName}
[${partyId}]"></display>
Modified: ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml?rev=1761111&r1=1761110&r2=1761111&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml Fri Sep 16 22:45:08
2016
@@ -338,7 +338,7 @@ under the License.
</container>
<container style="righthalf">
<screenlet
title="${uiLabelMap.ScrumTaskAttachements}">
- <include-form
location="component://scrum/widget/OpenTestForms.xml" name="contentTask"/>
+ <include-form
location="component://scrum/widget/OpenTestForms.xml" name="ContentTask"/>
</screenlet>
<include-screen name="TaskNoteInfo"/>
<screenlet
title="${uiLabelMap.PageTitleTaskMember}">
@@ -400,10 +400,10 @@ under the License.
<if-service-permission service-name="scrumPermissionCheck"
main-action="UPDATE" resource-description="TASK"/>
</condition>
<widgets>
- <include-form
location="component://scrum/widget/TaskForms.xml" name="taskMemberListInfo"/>
+ <include-form
location="component://scrum/widget/TaskForms.xml" name="TaskMemberListInfo"/>
</widgets>
<fail-widgets>
- <include-form
location="component://scrum/widget/TaskForms.xml"
name="taskMemberListInfoForStakeholder"/>
+ <include-form
location="component://scrum/widget/TaskForms.xml"
name="TaskMemberListInfoForStakeholder"/>
</fail-widgets>
</section>
</screen>
@@ -486,10 +486,10 @@ under the License.
<decorator-screen name="CommonTaskDecorator"
location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<screenlet id="addMemberTask"
title="${uiLabelMap.PageTitleTaskMember}" collapsible="true">
- <include-form name="taskMember"
location="component://scrum/widget/TaskForms.xml"/>
+ <include-form name="TaskMember"
location="component://scrum/widget/TaskForms.xml"/>
</screenlet>
<screenlet id="taskMemberList"
title="${uiLabelMap.ScrumTaskMemberList}">
- <include-form name="taskMemberList"
location="component://scrum/widget/TaskForms.xml"/>
+ <include-form name="TaskMemberList"
location="component://scrum/widget/TaskForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml?rev=1761111&r1=1761110&r2=1761111&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml Fri Sep 16 22:45:08
2016
@@ -20,7 +20,7 @@ under the License.
<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://ofbiz.apache.org/Widget-Form"
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form
http://ofbiz.apache.org/dtds/widget-form.xsd">
- <form name="sprintList" type="list" use-row-submit="true"
list-name="listIt" target="DeleteSprint" paginate-target="SprintList"
separate-columns="true"
+ <form name="SprintList" type="list" use-row-submit="true"
list-name="listIt" target="DeleteSprint" paginate-target="SprintList"
separate-columns="true"
odd-row-style="alternate-row" even-row-style="even-row"
header-row-style="header-row" default-table-style="basic-table hover-bar">
<actions>
<set field="input.noConditionFind" value="N"/>
@@ -52,7 +52,7 @@ under the License.
<field name="estimatedHours" title="Sprint Length
(hours)"><display></display></field>
</form>
- <form name="sprintListClosed" extends="sprintList">
+ <form name="SprintListClosed" extends="SprintList">
<actions>
<set field="input.noConditionFind" value="N"/>
<set field="input.workEffortParentId"
from-field="parameters.projectId"/>
@@ -68,7 +68,7 @@ under the License.
</actions>
</form>
- <form name="sprintBacklogList" type="list" use-row-submit="true"
list-name="custRequestAndCustRequestItem"
paginate-target="sprintBacklogListTarget" separate-columns="true"
+ <form name="SprintBacklogList" type="list" use-row-submit="true"
list-name="custRequestAndCustRequestItem"
paginate-target="sprintBacklogListTarget" separate-columns="true"
odd-row-style="alternate-row" even-row-style="even-row"
header-row-style="header-row" default-table-style="basic-table hover-bar">
<actions>
<entity-and entity-name="WorkEffortAndProduct" list="projectList">
@@ -95,7 +95,7 @@ under the License.
<field name="custRequestId"><hidden/></field>
</form>
- <form name="sprintBacklogListItems" type="list" use-row-submit="true"
list-name="listIt" target="UpdateHours" paginate-target="ViewSprint"
separate-columns="true"
+ <form name="SprintBacklogListItems" type="list" use-row-submit="true"
list-name="listIt" target="UpdateHours" paginate-target="ViewSprint"
separate-columns="true"
odd-row-style="alternate-row" default-table-style="hover-bar
basic-table">
<row-actions>
<!-- get total backlog item's plan hours -->
@@ -228,7 +228,7 @@ under the License.
<field name="dummy7" title=" " position="2"
use-when="!"SCRUM_SPRINT".equals(taskTypeId)"><display description="
"/></field>
</form>
- <form name="sprintBacklogListItemsHideDelete"
extends="sprintBacklogListItems">
+ <form name="SprintBacklogListItemsHideDelete"
extends="SprintBacklogListItems">
<field name="planHours" title="${uiLabelMap.ScrumPlannedHours}"
position="2"
use-when="!"SCRUM_SPRINT".equals(taskTypeId)"><display/></field>
<field name="deleteButton" position="1"
use-when="showPosition1"><hidden/></field>
<field name="deleteTaskButton" position="2"
use-when="!"STS_COMPLETED".equals(taskCurrentStatusId)&&!"SCRUM_SPRINT".equals(taskTypeId)"><hidden/></field>
@@ -249,7 +249,7 @@ under the License.
</sort-order>
</form>
- <form name="showSprintInfo" type="single" default-entity-name="WorkEffort"
target="EditSprint" >
+ <form name="ShowSprintInfo" type="single" default-entity-name="WorkEffort"
target="EditSprint" >
<actions>
<entity-one entity-name="WorkEffort" value-field="sprint">
<field-map field-name="workEffortId"
from-field="parameters.sprintId"/>
@@ -306,7 +306,7 @@ under the License.
<field name="sprintDuration"><hidden
value="${estimatedMilliSeconds/144000000}"/></field>
</form>
- <form name="EditSprint" type="single" extends="showSprintInfo"
target="UpdateSprint">
+ <form name="EditSprint" type="single" extends="ShowSprintInfo"
target="UpdateSprint">
<field name="workEffortParentId" entry-name="projectId"
title="${uiLabelMap.ScrumSprintMoveToProject}">
<drop-down allow-empty="true">
<entity-options description="${workEffortName}
[${workEffortId}]" entity-name="WorkEffortAndProduct"
key-field-name="workEffortId">
@@ -361,7 +361,7 @@ under the License.
</sort-order>
</form>
- <form name="addSprint" skip-end="true" type="single" target="createSprint"
default-entity-name="WorkEffort" default-map-name="projectWorkEffort">
+ <form name="AddSprint" skip-end="true" type="single" target="createSprint"
default-entity-name="WorkEffort" default-map-name="projectWorkEffort">
<field name="sprintName" title="${uiLabelMap.ScrumSprintName}"><text
size="60"></text></field>
<field name="sprintDescription"
title="${uiLabelMap.ScrumSprintGoal}"><textarea/></field>
<field name="workEffortTypeId"><hidden value="SCRUM_SPRINT"/></field>
@@ -377,7 +377,7 @@ under the License.
</field>
</form>
- <form name="addSprintMember" type="single" target="addSprintMember"
default-map-name="projectMembers">
+ <form name="AddSprintMember" type="single" target="addSprintMember"
default-map-name="projectMembers">
<actions>
<entity-condition
entity-name="ScrumMemberUserLoginAndSecurityGroup" distinct="true"
list="listPerson">
<condition-list combine="and">
@@ -425,7 +425,7 @@ under the License.
<field name="projectId"><hidden
value="${parameters.projectId}"/></field>
<field name="sprintId"><hidden value="${parameters.sprintId}"/></field>
</form>
- <form name="listSprintMember" type="list" target="delSprintMember"
list-name="listIt" use-row-submit="true" paginate-target="ViewSprint"
separate-columns="true"
+ <form name="ListSprintMember" type="list" target="delSprintMember"
list-name="listIt" use-row-submit="true" paginate-target="ViewSprint"
separate-columns="true"
odd-row-style="alternate-row" even-row-style="even-row"
header-row-style="header-row" default-table-style="basic-table hover-bar">
<actions>
<set field="input.noConditionFind"
from-field="parameters.noConditionFind" default-value="Y"/>
@@ -451,17 +451,17 @@ under the License.
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't
there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonRemove}"><submit
confirmation-message="Are you sure to delete selected member ?"/></field>
</form>
- <form name="listSprintMemberNoAction" extends="listSprintMember">
+ <form name="ListSprintMemberNoAction" extends="ListSprintMember">
<field name="submitButton"><hidden/></field>
</form>
- <form name="listSprintMemberForStakeholder" extends="listSprintMember">
+ <form name="ListSprintMemberForStakeholder" extends="ListSprintMember">
<field name="memberName" title="${uiLabelMap.ScrumMembersName}">
<display description="${lastName}, ${firstName} ${middleName}
[${partyId}]"></display>
</field>
<field name="submitButton"><hidden/></field>
</form>
- <form name="editScrumProject" default-map-name="workEffort"
target="updateScrumProject" title="" type="single">
+ <form name="EditScrumProject" default-map-name="workEffort"
target="updateScrumProject" title="" type="single">
<actions>
<entity-one value-field="workEffortAttMap"
entity-name="WorkEffortAttribute">
<field-map field-name="workEffortId"
from-field="workEffortId"/>
@@ -518,7 +518,7 @@ under the License.
<field name="projectId"><hidden
value="${parameters.projectId}"/></field>
<field name="submitButton" title="${uiLabelMap.CommonSave}"
widget-style="smallSubmit"><submit/></field>
</form>
- <form name="newScrumProject" extends="editScrumProject">
+ <form name="NewScrumProject" extends="EditScrumProject">
<field name="productId"
title="${uiLabelMap.ScrumProductName}"><display-entity entity-name="Product"
description="${internalName} [${productId}]"/> </field>
</form>
@@ -1145,7 +1145,7 @@ under the License.
<field name="estimatedHours"><display/></field>
<field name="submitButton" widget-style="buttontext"><submit
button-type="text-link"/></field>
</form>
- <form name="projectList" type="list" target="main"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar"
paginate-target="Sprints" list-name="sprints">
+ <form name="ProjectList" type="list" target="main"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar"
paginate-target="Sprints" list-name="sprints">
<actions>
<set field="isCurrentProject" value="${groovy:
request.setAttribute("isCurrentProject", false);}" type="Boolean"/>
<set field="currentProject" value="${groovy:
request.setAttribute("currentProject", ' ');}" type="String"/>
@@ -1237,7 +1237,7 @@ under the License.
<field name="sprintActualStartDate"
title="${uiLabelMap.CommonStartDate}" position="2"
use-when=""${sprintId}"!="""><display
type="date"></display></field>
<field name="sprintActualCompletionDate"
title="${uiLabelMap.CommonEndDate}" position="2"
use-when=""${sprintId}"!="""><display
type="date"></display></field>
</form>
- <form name="projectListWithNoLinkProfile" extends="projectList">
+ <form name="ProjectListWithNoLinkProfile" extends="ProjectList">
<field name="companyId" title="${uiLabelMap.ScrumOwnerCompany}"
position="1" use-when="!isCurrentCompany" widget-style="buttontext">
<display description="${companyName} [${companyId}]"/>
</field>
@@ -1245,7 +1245,7 @@ under the License.
<display description="${productOwnerName} [${productOwnerId}]"/>
</field>
</form>
- <form name="projectAndSprintListInfo" type="list" target="ViewProduct"
paginate-target="ViewProduct"
+ <form name="ProjectAndSprintListInfo" type="list" target="ViewProduct"
paginate-target="ViewProduct"
odd-row-style="alternate-row" default-table-style="basic-table
hover-bar" list-name="sprints">
<actions>
<set field="isCurrentProject" value="${groovy:
request.setAttribute("isCurrentProject", false);}" type="Boolean"/>
@@ -1309,7 +1309,7 @@ under the License.
<field name="sprintActualStartDate"
title="${uiLabelMap.CommonStartDate}" position="2"
use-when=""${sprintId}"!="""><display
type="date"></display></field>
<field name="sprintActualCompletionDate"
title="${uiLabelMap.CommonEndDate}" position="2"
use-when=""${sprintId}"!="""><display
type="date"></display></field>
</form>
- <form name="SprintListInfo" extends="sprintList"
odd-row-style="alternate-row" even-row-style="even-row"
header-row-style="header-row" default-table-style="basic-table hover-bar"
paginate-target="viewScrumProject">
+ <form name="SprintListInfo" extends="SprintList"
odd-row-style="alternate-row" even-row-style="even-row"
header-row-style="header-row" default-table-style="basic-table hover-bar"
paginate-target="viewScrumProject">
<actions>
<set field="input.noConditionFind" value="N"/>
<set field="input.workEffortParentId"
from-field="parameters.projectId"/>
@@ -1418,7 +1418,7 @@ under the License.
<field name="noteInfo3" title="Answer"><display
description="${Question3[0].noteInfo}"/></field>
</form>
- <form name="addSprintBacklog" type="single" target="createSprintBacklog">
+ <form name="AddSprintBacklog" type="single" target="createSprintBacklog">
<actions>
<entity-and entity-name="WorkEffortAndProduct" list="projectList">
<field-map field-name="workEffortId"
from-field="parameters.projectId"/>
@@ -1772,7 +1772,7 @@ under the License.
<sort-field name="searchButton"/>
</sort-order>
</form>
- <form name="hoursNotYetBilled" type="multi"
list-name="hoursNotYetBilledTasks" use-row-submit="false"
paginate-target="ProductBilling" odd-row-style="alternate-row"
default-table-style="basic-table hover-bar"
+ <form name="HoursNotYetBilled" type="multi"
list-name="hoursNotYetBilledTasks" use-row-submit="false"
paginate-target="ProductBilling" odd-row-style="alternate-row"
default-table-style="basic-table hover-bar"
target="updateNotBilledBacklog?productId=${productId}&fromDate=${fromDate}&thruDate=${thruDate}&includeMeeting=${includeMeeting}&VIEW_SIZE_1=${parameters.VIEW_SIZE_1}&VIEW_INDEX_1=${parameters.VIEW_INDEX_1}">
<row-actions>
<set field="showPosition1" value="${groovy:String
prev=(String)previousItem.get("custRequestId");return
!(prev!=null&&prev.equals(custRequestId));}" type="Boolean"/>
@@ -1834,7 +1834,7 @@ under the License.
<field name="fromDate" title="${uiLabelMap.CommonDate}"
position="2"><display type="date"/> </field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
- <form name="totalHoursNotYetBilled" extends="hoursNotYetBilled"
paginate-target="TotalBilling"
+ <form name="TotalHoursNotYetBilled" extends="HoursNotYetBilled"
paginate-target="TotalBilling"
target="updateTotalNotBilledBacklog?productId=${productId}&fromDate=${fromDate}&thruDate=${thruDate}&includeMeeting=${includeMeeting}&VIEW_SIZE_1=${parameters.VIEW_SIZE_1}&VIEW_INDEX_1=${parameters.VIEW_INDEX_1}"
>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
@@ -1887,7 +1887,7 @@ under the License.
<form name="TotalBillingToNewInvoice" type="single"
extends="AddProductTimeToNewInvoice" target="totalBillingToNewInvoice">
</form>
<!-- View Form -->
- <form name="ViewEditScrumProject" type="single" extends="editScrumProject">
+ <form name="ViewEditScrumProject" type="single" extends="EditScrumProject">
<field name="submitButton" title="Save" widget-style="smallSubmit"
event="onClick"
action="javascript:document.ViewEditScrumProject.disable();"><submit/></field>
</form>
<form name="ViewEditProdBacklog" type="single"
default-map-name="custRequest">
@@ -2048,22 +2048,22 @@ under the License.
<form name="ViewDailyMeetingMinute" type="single"
extends="DailyMeetingMinute">
<field name="submitButton" title="${uiLabelMap.CommonSubmit}"
event="onClick"
action="javascript:document.ViewDailyMeetingMinute.disable();"><hidden/></field>
</form>
- <form name="ViewEditScrumProject" type="single" extends="editScrumProject">
+ <form name="ViewEditScrumProject" type="single" extends="EditScrumProject">
<field name="submitButton" title="Save"
widget-style="smallSubmit"><hidden/></field>
</form>
- <form name="ViewAddSprintBacklog" type="single" extends="addSprintBacklog">
+ <form name="ViewAddSprintBacklog" type="single" extends="AddSprintBacklog">
<field name="submitButton"><hidden/></field>
</form>
- <form name="ViewAddSprintMember" type="single" extends="addSprintMember">
+ <form name="ViewAddSprintMember" type="single" extends="AddSprintMember">
<field name="submitButton" title="Assign"><hidden/></field>
</form>
- <form name="ViewShowSprintInfo" type="single" extends="showSprintInfo">
+ <form name="ViewShowSprintInfo" type="single" extends="ShowSprintInfo">
<field name="deleteButton" title="Delete Sprint"
widget-style="textbutton" action="javascript: return confirm('Are you sure to
delete this sprint ?');" event="Onclick"><hidden/></field>
</form>
- <form name="ViewListSprintMember" type="list" extends="listSprintMember">
+ <form name="ViewListSprintMember" type="list" extends="ListSprintMember">
<field name="submitButton"
title="${uiLabelMap.CommonDelete}"><hidden/></field>
</form>
- <form name="ViewSprintBacklogListItemsNoAction"
extends="sprintBacklogListItems">
+ <form name="ViewSprintBacklogListItemsNoAction"
extends="SprintBacklogListItems">
<field name="planHours" title="${uiLabelMap.ScrumPlannedHours}"
position="2"
use-when="!"SCRUM_SPRINT".equals(taskTypeId)"><display/></field>
<field name="deleteButton" position="1"
use-when="showPosition1"><hidden/></field>
<field name="deleteTaskButton" position="2"
use-when="!"STS_COMPLETED".equals(taskCurrentStatusId)&&!"SCRUM_SPRINT".equals(taskTypeId)"><hidden/></field>
@@ -2443,7 +2443,7 @@ under the License.
<display description="${resultCompanyGroup.groupName}
[${companyNameId}]"/>
</field>
</form>
- <form name="backlogInfo" type="single">
+ <form name="BacklogInfo" type="single">
<actions>
<entity-one entity-name="CustRequest" value-field="dataCustRequest">
<field-map field-name="custRequestId"
from-field="parameters.custRequestId"/>
@@ -2452,7 +2452,7 @@ under the License.
<field name="backlogId" title="Product Backlog Id"><display
description="${dataCustRequest.custRequestId}"/></field>
<field name="backlogItem" title="Product Backlog Item"><display
description="${dataCustRequest.description}"/></field>
</form>
- <form name="listBacklogTask" type="list" list-name="listIt"
paginate-target="findTask" odd-row-style="alternate-row"
default-table-style="basic-table hover-bar">
+ <form name="ListBacklogTask" type="list" list-name="listIt"
paginate-target="findTask" odd-row-style="alternate-row"
default-table-style="basic-table hover-bar">
<actions>
<entity-condition entity-name="ProjectSprintBacklogAndTask"
list="listIt">
<condition-list>
@@ -2717,7 +2717,7 @@ under the License.
</field>
<field name="deleteLink"><ignored/> </field>
</form>
- <form name="taskRelateBacklog" type="list" separate-columns="true"
list-name="projectSprintBacklogAndTasks"
+ <form name="TaskRelateBacklog" type="list" separate-columns="true"
list-name="projectSprintBacklogAndTasks"
odd-row-style="alternate-row" even-row-style="even-row"
header-row-style="header-row" default-table-style="basic-table hover-bar"
use-row-submit="true">
<actions>
<entity-and entity-name="CustRequestWorkEffort" list="sprintList">
@@ -2916,7 +2916,7 @@ under the License.
<field name="custRequestId"><hidden/></field>
</form>
- <form name="unplannedBacklogList" extends="ListProdBacklogBySeq"
list-name="unplanBacklogItems" type="multi"
target="updateProductBacklogItemRow?productId=${productId}&UnplannedSequence=${UnplannedSequence}">
+ <form name="UnplannedBacklogList" extends="ListProdBacklogBySeq"
list-name="unplanBacklogItems" type="multi"
target="updateProductBacklogItemRow?productId=${productId}&UnplannedSequence=${UnplannedSequence}">
<row-actions>
<entity-one entity-name="CustRequest" value-field="custRequest"/>
<set field="product" from-field="custRequest.description"/>
@@ -2952,11 +2952,11 @@ under the License.
<field name="dummy2" title="${uiLabelMap.CommonDelete}"><display
description=" "/></field>
<field name="submitButton" widget-style="buttontext"><submit
button-type="text-link"/></field>
</form>
- <form name="unplannedBacklogListForOwner" extends="unplannedBacklogList">
+ <form name="UnplannedBacklogListForOwner" extends="UnplannedBacklogList">
<field name="estimatedHours"><display/></field>
<field name="submitButton" widget-style="buttontext"><submit
button-type="text-link"/></field>
</form>
- <form name="unplanBacklogListItems" type="list" use-row-submit="true"
list-name="listIt" target="UpdateUnplanBacklogHours"
paginate-target="unplanBacklog" separate-columns="true"
+ <form name="UnplanBacklogListItems" type="list" use-row-submit="true"
list-name="listIt" target="UpdateUnplanBacklogHours"
paginate-target="unplanBacklog" separate-columns="true"
odd-row-style="alternate-row" default-table-style="hover-bar
basic-table">
<row-actions>
<!-- get total backlog item's plan hours -->
@@ -3080,7 +3080,7 @@ under the License.
<field name="dummy7" title=" " position="2"
use-when="workEffortId!=null"><display description=" "/></field>
</form>
- <form name="unplanBacklogListItemsHideDelete"
extends="unplanBacklogListItems">
+ <form name="UnplanBacklogListItemsHideDelete"
extends="UnplanBacklogListItems">
<field name="planHours" title="${uiLabelMap.ScrumPlannedHours}"
position="2" use-when="workEffortId!=null"><display/></field>
<field name="deleteButton" position="1"
use-when="showPosition1"><hidden/></field>
<field name="deleteTaskButton" position="2"
use-when="workEffortId!=null"><hidden/></field>
@@ -3100,7 +3100,7 @@ under the License.
<sort-field name="dummy3"/>
</sort-order>
</form>
- <form name="unplanBacklogListItemsForOwner"
extends="unplanBacklogListItems">
+ <form name="UnplanBacklogListItemsForOwner"
extends="UnplanBacklogListItems">
<field name="planHours" title="${uiLabelMap.ScrumPlannedHours}"
position="2" use-when="workEffortId!=null"><display/></field>
<field name="deleteButton" position="1"
use-when="showPosition1"><hidden/></field>
<field name="deleteTaskButton" position="2"
use-when="workEffortId!=null"><hidden/></field>
@@ -3120,7 +3120,7 @@ under the License.
<sort-field name="dummy3"/>
</sort-order>
</form>
- <form name="unplannedBacklogListByCategories" extends="ListProdBacklog"
list-name="unplanBacklogItems" type="multi">
+ <form name="UnplannedBacklogListByCategories" extends="ListProdBacklog"
list-name="unplanBacklogItems" type="multi">
<actions>
<set field="parentCustRequestId"
from-field="parameters.parentCustRequestId" default-value=""/>
</actions>
@@ -3146,7 +3146,7 @@ under the License.
<field name="deleteFlag" position="2"
title="${uiLabelMap.CommonDelete}"/>
<field name="dummy1" title="${uiLabelMap.ScrumMoveToUnplannedSprint}"
use-when=""${statusId}"=="CRQ_REVIEWED""
position="2"><display description=" "/></field>
</form>
- <form name="unplannedBacklogListByCategoriesForOwner"
extends="unplannedBacklogListByCategories">
+ <form name="UnplannedBacklogListByCategoriesForOwner"
extends="UnplannedBacklogListByCategories">
<field name="estimatedHours" position="2"
title="${uiLabelMap.ScrumPlannedHours}"><display/></field>
</form>
<form name="NewTaskForUnplanBacklog"
target="createTaskForUnplanBacklog?productId=${parameters.productId}"
extends="EditSprintTask"
extends-resource="component://scrum/widget/TaskForms.xml">
Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml?rev=1761111&r1=1761110&r2=1761111&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml Fri Sep 16
22:45:08 2016
@@ -52,12 +52,12 @@ under the License.
</condition>
<widgets>
<screenlet
title="${uiLabelMap.ScrumSprintList}">
- <include-form name="projectList"
location="component://scrum/widget/scrumForms.xml"/>
+ <include-form name="ProjectList"
location="component://scrum/widget/scrumForms.xml"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet
title="${uiLabelMap.ScrumSprintList}">
- <include-form
name="projectListWithNoLinkProfile"
location="component://scrum/widget/scrumForms.xml"/>
+ <include-form
name="ProjectListWithNoLinkProfile"
location="component://scrum/widget/scrumForms.xml"/>
</screenlet>
</fail-widgets>
</section>
@@ -88,11 +88,11 @@ under the License.
</condition>
<widgets>
<screenlet title="${uiLabelMap.ScrumCreateSprint}">
- <include-form
location="component://scrum/widget/scrumForms.xml" name="addSprint"/>
- <include-form
location="component://scrum/widget/scrumForms.xml" name="addSprintBacklog"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="AddSprint"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="AddSprintBacklog"/>
</screenlet>
<screenlet
title="${uiLabelMap.ScrumListOfSprintBacklog}">
- <include-form
location="component://scrum/widget/scrumForms.xml" name="sprintBacklogList"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="SprintBacklogList"/>
</screenlet>
</widgets>
<fail-widgets>
@@ -138,7 +138,7 @@ under the License.
<widgets>
<container style="lefthalf">
<screenlet
title="${uiLabelMap.ScrumSprintInformation}">
- <include-form
location="component://scrum/widget/scrumForms.xml" name="showSprintInfo"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="ShowSprintInfo"/>
</screenlet>
</container>
<container style="righthalf">
@@ -199,13 +199,13 @@ under the License.
<widgets>
<screenlet
id="sprintBacklogListItems" title="${uiLabelMap.ScrumSprintBacklogList}"
navigation-menu-name="AllBacklogItem" collapsible="true">
<include-menu
location="component://scrum/widget/scrumMenus.xml" name="AllBacklogItem"/>
- <include-form
location="component://scrum/widget/scrumForms.xml"
name="sprintBacklogListItems"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml"
name="SprintBacklogListItems"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet
id="sprintBacklogListItemsOnFail" title="${uiLabelMap.ScrumSprintBacklogList}"
navigation-menu-name="NotCompleteBacklogItem" collapsible="true">
<include-menu
location="component://scrum/widget/scrumMenus.xml"
name="NotCompleteBacklogItem"/>
- <include-form
location="component://scrum/widget/scrumForms.xml"
name="sprintBacklogListItems"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml"
name="SprintBacklogListItems"/>
</screenlet>
</fail-widgets>
</section>
@@ -235,13 +235,13 @@ under the License.
<widgets>
<screenlet title="${uiLabelMap.ScrumSprintBacklogList}"
navigation-menu-name="AllBacklogItem">
<include-menu location="component://scrum/widget/scrumMenus.xml"
name="AllBacklogItem"/>
-
<include-form location="component://scrum/widget/scrumForms.xml"
name="sprintBacklogListItemsHideDelete"/>
+
<include-form location="component://scrum/widget/scrumForms.xml"
name="SprintBacklogListItemsHideDelete"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet title="${uiLabelMap.ScrumSprintBacklogList}"
navigation-menu-name="NotCompleteBacklogItem">
<include-menu location="component://scrum/widget/scrumMenus.xml"
name="NotCompleteBacklogItem"/>
-
<include-form location="component://scrum/widget/scrumForms.xml"
name="sprintBacklogListItemsHideDelete"/>
+
<include-form location="component://scrum/widget/scrumForms.xml"
name="SprintBacklogListItemsHideDelete"/>
</screenlet>
</fail-widgets>
</section>
@@ -352,8 +352,8 @@ under the License.
</condition>
<widgets>
<screenlet
title="${uiLabelMap.ScrumAddSprintBacklog}">
- <include-form
location="component://scrum/widget/scrumForms.xml" name="addSprintBacklog"/>
- <include-form
location="component://scrum/widget/scrumForms.xml" name="sprintBacklogList"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="AddSprintBacklog"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="SprintBacklogList"/>
</screenlet>
</widgets>
</section>
@@ -397,7 +397,7 @@ under the License.
</condition>
<widgets>
<screenlet
title="${uiLabelMap.ScrumEditProject}">
- <include-form
location="component://scrum/widget/scrumForms.xml" name="editScrumProject"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="EditScrumProject"/>
</screenlet>
</widgets>
</section>
@@ -543,10 +543,10 @@ under the License.
<not><if-empty field="checkOwnerList"/></not>
</condition>
<widgets>
- <include-form
location="component://scrum/widget/scrumForms.xml"
name="unplannedBacklogListForOwner" />
+ <include-form
location="component://scrum/widget/scrumForms.xml"
name="UnplannedBacklogListForOwner" />
</widgets>
<fail-widgets>
- <include-form
location="component://scrum/widget/scrumForms.xml" name="unplannedBacklogList"
/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="UnplannedBacklogList"
/>
</fail-widgets>
</section>
</screenlet>
@@ -559,10 +559,10 @@ under the License.
<not><if-empty field="checkOwnerList"/></not>
</condition>
<widgets>
- <include-form
location="component://scrum/widget/scrumForms.xml"
name="unplannedBacklogListByCategoriesForOwner"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml"
name="UnplannedBacklogListByCategoriesForOwner"/>
</widgets>
<fail-widgets>
- <include-form
location="component://scrum/widget/scrumForms.xml"
name="unplannedBacklogListByCategories"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml"
name="UnplannedBacklogListByCategories"/>
</fail-widgets>
</section>
</screenlet>
@@ -832,12 +832,12 @@ under the License.
</condition>
<widgets>
<screenlet
title="${uiLabelMap.ScrumTasks}">
- <include-form
name="taskRelateBacklog" location="component://scrum/widget/scrumForms.xml"/>
+ <include-form
name="TaskRelateBacklog" location="component://scrum/widget/scrumForms.xml"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet
title="${uiLabelMap.ScrumTasks}" navigation-menu-name="NewTask" >
- <include-form
name="taskRelateBacklog" location="component://scrum/widget/scrumForms.xml"/>
+ <include-form
name="TaskRelateBacklog" location="component://scrum/widget/scrumForms.xml"/>
</screenlet>
</fail-widgets>
</section>
@@ -1449,7 +1449,7 @@ under the License.
<screenlet id="AddRes"
title="${uiLabelMap.PageTitleAddProject}" collapsible="true">
<include-form name="AddResourceProjectParty"
location="component://scrum/widget/ProjectForms.xml"/>
</screenlet>
- <include-form name="listResourcesProjects"
location="component://scrum/widget/ProjectForms.xml"/>
+ <include-form name="ListResourcesProjects"
location="component://scrum/widget/ProjectForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
@@ -1485,7 +1485,7 @@ under the License.
<screenlet id="AddResTsk"
title="${uiLabelMap.PageTitleAddTask}" collapsible="true">
<include-form name="AddResourceTaskParty"
location="component://scrum/widget/ProjectForms.xml"/>
</screenlet>
- <include-form name="listResourcesTasks"
location="component://scrum/widget/ProjectForms.xml"/>
+ <include-form name="ListResourcesTasks"
location="component://scrum/widget/ProjectForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
@@ -1755,7 +1755,7 @@ under the License.
</screenlet>
<include-screen name="ListProductContent"/>
<screenlet
title="${uiLabelMap.ScrumProjectAndSprintList}">
- <include-form
name="projectAndSprintListInfo"
location="component://scrum/widget/scrumForms.xml"/>
+ <include-form
name="ProjectAndSprintListInfo"
location="component://scrum/widget/scrumForms.xml"/>
</screenlet>
</container>
<container style="clear"/>
@@ -1849,7 +1849,7 @@ under the License.
${partyMap.groupName}
${partyMap.lastName} ${partyMap.firstName} [${partyMap.partyId}] :
${uiLabelMap.CommonFromDate}
${groovy: if(fromDate)
(fromDate).toString().substring(0,10)} ${uiLabelMap.CommonThruDate}
${groovy: if(thruDate)
(thruDate).toString().substring(0,10)}" collapsible="true">
- <include-form
location="component://scrum/widget/scrumForms.xml" name="hoursNotYetBilled"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="HoursNotYetBilled"/>
</screenlet>
<screenlet
title="${uiLabelMap.PageTitleAddProjectTimeToNewInvoice}">
<include-form
location="component://scrum/widget/scrumForms.xml"
name="AddProductTimeToNewInvoice"/>
@@ -1907,13 +1907,13 @@ under the License.
</condition>
<widgets>
<screenlet
title="${uiLabelMap.ScrumCreateProject}">
- <include-form
location="component://scrum/widget/scrumForms.xml" name="editScrumProject"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="EditScrumProject"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet
title="${uiLabelMap.ScrumUpdateProject}">
<include-menu name="ProjectMenu"
location="component://scrum/widget/scrumMenus.xml"/>
- <include-form
location="component://scrum/widget/scrumForms.xml" name="editScrumProject"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="EditScrumProject"/>
</screenlet>
</fail-widgets>
</section>
@@ -2134,7 +2134,7 @@ under the License.
</container>
<container style="righthalf">
<screenlet
title="${uiLabelMap.ScrumEmailContents}">
- <include-form name="listCommContentForProduct"
location="component://scrum/widget/CommunicationEventForms.xml" />
+ <include-form name="ListCommContentForProduct"
location="component://scrum/widget/CommunicationEventForms.xml" />
<section>
<condition>
<or>
@@ -2143,7 +2143,7 @@ under the License.
</or>
</condition>
<widgets>
- <include-form
name="uploadContentForProduct"
location="component://scrum/widget/CommunicationEventForms.xml" />
+ <include-form
name="UploadContentForProduct"
location="component://scrum/widget/CommunicationEventForms.xml" />
</widgets>
</section>
</screenlet>
@@ -2217,7 +2217,7 @@ under the License.
<screenlet id="AddResPr"
title="${uiLabelMap.PageTitleAddProject}" collapsible="true">
<include-form name="AddResourceProjectParty"
location="component://scrum/widget/ProjectForms.xml"/>
</screenlet>
- <include-form name="listResourcesProjects"
location="component://scrum/widget/ProjectForms.xml"/>
+ <include-form name="ListResourcesProjects"
location="component://scrum/widget/ProjectForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
@@ -2302,8 +2302,8 @@ under the License.
</container>
<container style="righthalf">
<screenlet
title="${uiLabelMap.ScrumEmailContents}">
- <include-form name="listCommContent"
location="component://scrum/widget/CommunicationEventForms.xml" />
- <include-form name="uploadContent"
location="component://scrum/widget/CommunicationEventForms.xml" />
+ <include-form name="ListCommContent"
location="component://scrum/widget/CommunicationEventForms.xml" />
+ <include-form name="UploadContent"
location="component://scrum/widget/CommunicationEventForms.xml" />
</screenlet>
</container>
</widgets>
@@ -2331,15 +2331,15 @@ under the License.
</condition>
<widgets>
<screenlet id="addSprintMember"
title="${uiLabelMap.ScrumAddSprintMember}" collapsible="true">
- <include-form
location="component://scrum/widget/scrumForms.xml" name="addSprintMember"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="AddSprintMember"/>
</screenlet>
<screenlet
title="${uiLabelMap.ScrumSprintMemberList}">
- <include-form
location="component://scrum/widget/scrumForms.xml" name="listSprintMember"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="ListSprintMember"/>
</screenlet>
</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>
@@ -2566,12 +2566,12 @@ under the License.
</actions>
<widgets>
<screenlet name="sprintMemberList"
title="${uiLabelMap.ScrumMembersList}">
- <include-form
location="component://scrum/widget/scrumForms.xml"
name="listSprintMemberNoAction"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml"
name="ListSprintMemberNoAction"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet name="sprintMemberListForStakeholder"
title="${uiLabelMap.ScrumMembersList}">
- <include-form
location="component://scrum/widget/scrumForms.xml"
name="listSprintMemberForStakeholder"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml"
name="ListSprintMemberForStakeholder"/>
</screenlet>
</fail-widgets>
</section>
@@ -2606,7 +2606,7 @@ under the License.
</actions>
<widgets>
<screenlet
title="${uiLabelMap.ScrumEditProject}">
- <include-form
location="component://scrum/widget/scrumForms.xml" name="newScrumProject"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml" name="NewScrumProject"/>
</screenlet>
</widgets>
</section>
@@ -2697,7 +2697,7 @@ under the License.
${partyMap.groupName} ${partyMap.lastName}
${partyMap.firstName} [${partyMap.partyId}] : ${uiLabelMap.CommonFromDate}
${groovy: if(fromDate)
(fromDate).toString().substring(0,10)} ${uiLabelMap.CommonThruDate}
${groovy: if(thruDate)
(thruDate).toString().substring(0,10)}" collapsible="true">
- <include-form
location="component://scrum/widget/scrumForms.xml"
name="totalHoursNotYetBilled"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml"
name="TotalHoursNotYetBilled"/>
</screenlet>
<screenlet
title="${uiLabelMap.PageTitleAddProjectTimeToNewInvoice}">
<include-form
location="component://scrum/widget/scrumForms.xml"
name="TotalBillingToNewInvoice"/>
@@ -2867,13 +2867,13 @@ under the License.
<widgets>
<screenlet
id="unplanBacklogListItems" title="${uiLabelMap.ScrumUnplanBacklogList}"
navigation-menu-name="AllUnplanBacklogItem" collapsible="true">
<include-menu
location="component://scrum/widget/scrumMenus.xml" name="AllUnplanBacklogItem"/>
- <include-form
location="component://scrum/widget/scrumForms.xml"
name="unplanBacklogListItems"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml"
name="UnplanBacklogListItems"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet
id="unplanBacklogListItemsOnFail" title="${uiLabelMap.ScrumUnplanBacklogList}"
navigation-menu-name="notCompleteUnplanBacklogItem" collapsible="true">
<include-menu
location="component://scrum/widget/scrumMenus.xml"
name="notCompleteUnplanBacklogItem"/>
- <include-form
location="component://scrum/widget/scrumForms.xml"
name="unplanBacklogListItems"/>
+ <include-form
location="component://scrum/widget/scrumForms.xml"
name="UnplanBacklogListItems"/>
</screenlet>
</fail-widgets>
</section>
@@ -2894,13 +2894,13 @@ under the License.
<widgets>
<screenlet
id="unplanBacklogListItemsHideDelete"
title="${uiLabelMap.ScrumUnplanBacklogList}"
navigation-menu-name="AllUnplanBacklogItem">
<include-menu location="component://scrum/widget/scrumMenus.xml"
name="AllUnplanBacklogItem"/>
-
<include-form location="component://scrum/widget/scrumForms.xml"
name="unplanBacklogListItemsForOwner"/>
+
<include-form location="component://scrum/widget/scrumForms.xml"
name="UnplanBacklogListItemsForOwner"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet
id="unplanBacklogListItemsHideDeleteOnFail"
title="${uiLabelMap.ScrumUnplanBacklogList}"
navigation-menu-name="notCompleteUnplanBacklogItem">
<include-menu location="component://scrum/widget/scrumMenus.xml"
name="notCompleteUnplanBacklogItem"/>
-
<include-form location="component://scrum/widget/scrumForms.xml"
name="unplanBacklogListItemsForOwner"/>
+
<include-form location="component://scrum/widget/scrumForms.xml"
name="UnplanBacklogListItemsForOwner"/>
</screenlet>
</fail-widgets>
</section>
@@ -2913,13 +2913,13 @@ under the License.
<widgets>
<screenlet
id="unplanBacklogListItemsHideDelete"
title="${uiLabelMap.ScrumUnplanBacklogList}"
navigation-menu-name="AllUnplanBacklogItem">
<include-menu location="component://scrum/widget/scrumMenus.xml"
name="AllUnplanBacklogItem"/>
-
<include-form location="component://scrum/widget/scrumForms.xml"
name="unplanBacklogListItemsHideDelete"/>
+
<include-form location="component://scrum/widget/scrumForms.xml"
name="UnplanBacklogListItemsHideDelete"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet
id="unplanBacklogListItemsHideDeleteOnFail"
title="${uiLabelMap.ScrumUnplanBacklogList}"
navigation-menu-name="notCompleteUnplanBacklogItem">
<include-menu location="component://scrum/widget/scrumMenus.xml"
name="notCompleteUnplanBacklogItem"/>
-
<include-form location="component://scrum/widget/scrumForms.xml"
name="unplanBacklogListItemsHideDelete"/>
+
<include-form location="component://scrum/widget/scrumForms.xml"
name="UnplanBacklogListItemsHideDelete"/>
</screenlet>
</fail-widgets>
</section>