Here is the jira ticket- https://issues.apache.org/jira/browse/OFBIZ-8318

Thanks,
--
Amardeep Singh Jhajj

On Thu, Sep 22, 2016 at 5:22 PM, Michael Brohl <michael.br...@ecomify.de>
wrote:

> Hi Amardeep,
>
> thank you very much for reporting!
>
> Would you mind creating a Jira, I'll fix it this evening.
>
> Thanks,
>
> Michael
>
>
> Am 22.09.16 um 13:24 schrieb Amardeep Singh Jhajj:
>
>> Hi Michael,
>>
>> Scrum main page is not working. Getting error:
>>
>> org.xml.sax.SAXParseException; systemId: file:/sandbox/ofbiz/specialpur
>> pose/scrum/widget/scrumScreens.xml; lineNumber: 2342; columnNumber: 107;
>> Open quote is expected for attribute "name" associated with an element
>> type
>> "include-form".
>>
>> One of the quote is missing in included form name -
>> ListSprintMemberNoAction
>>
>> Regards
>> --
>> Amardeep Singh Jhajj
>>
>>
>> On Sat, Sep 17, 2016 at 4:15 AM, <mbr...@apache.org> wrote:
>>
>> 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/CommunicationEventFo
>>> rms.xml
>>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scru
>>> m/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.CommonCrea
>>> ted}"><display
>>> type="date"/></field>
>>>           <field name="datetimeStarted" title="${uiLabelMap.CommonSend
>>> }"><hidden/></field>
>>>       </form>
>>> -    <form name="uploadContent" type="upload"
>>> target="uploadAttachFiletoEmail?productId=${parameters.produ
>>> ctId}&amp;custRequestId=${parameters.custRequestId}">
>>> +    <form name="UploadContent" type="upload"
>>> target="uploadAttachFiletoEmail?productId=${parameters.produ
>>> ctId}&amp;custRequestId=${parameters.custRequestId}">
>>>           <field name="custRequestId"><hidden
>>> value="${parameters.custReques
>>> tId}"/></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="uploadAttachFiletoEmai
>>> lForProduct?productId=${parameters.productId}">
>>> +    <form name="UploadContentForProduct" type="upload"
>>> extends="UploadContent" target="uploadAttachFiletoEmai
>>> lForProduct?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/scru
>>> m/widget/FieldLookupForms.xml?rev=1761111&r1=1761110&r2=1761
>>> 111&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/w
>>> idget-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-tab
>>> le">
>>>           <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/scru
>>> m/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/scru
>>> m/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/wi
>>> dget/TaskForms.xml"/>
>>> +                                                <include-form
>>> name="AssignTaskToMe" location="component://scrum/wi
>>> dget/TaskForms.xml"/>
>>>                                               </screenlet>
>>>                                           </container>
>>>                                       </widgets>
>>>
>>> Modified: ofbiz/trunk/specialpurpose/scrum/widget/OpenTestForms.xml
>>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scru
>>> m/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/w
>>> idget-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.workEff
>>> ortName"/>
>>> @@ -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.PageTitleP
>>> roduct}">
>>>               <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.CommonCrea
>>> te}"><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="defaultTaskSc
>>> rum">
>>> +    <form name="DefaultTaskScrumList" type="list" target="removeTask"
>>> list-name="defaultTasks" odd-row-style="alternate-row"
>>> default-table-style="basic-table hover-bar"
>>> paginate-target="defaultTaskSc
>>> rum">
>>>           <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.workEff
>>> ortName"/>
>>>
>>> Modified: ofbiz/trunk/specialpurpose/scrum/widget/OpenTestScreens.xml
>>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scru
>>> m/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.ScrumDefau
>>> ltTasksList}">
>>> -                                    <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.ScrumEditD
>>> efaultTask}
>>> ${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/wi
>>> dget/OpenTestForms.xml"
>>> name="findBacklog"/>
>>> +                     <include-form location="component://scrum/wi
>>> dget/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/wi
>>> dget/OpenTestForms.xml"
>>> name="listTask"/>
>>> +                     <include-form location="component://scrum/wi
>>> dget/OpenTestForms.xml"
>>> name="ListTask"/>
>>>                    </screenlet>
>>>                </widgets>
>>>            </section>
>>> @@ -117,7 +117,7 @@ under the License.
>>>                           <section>
>>>                               <widgets>
>>>                                   <screenlet
>>> title="${uiLabelMap.PageTitleE
>>> ditTask}">
>>> -                                    <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.ScrumCreate
>>> DefaultTasks}"
>>> target="editDefaultTaskScrum" style="buttontext create"/>
>>>                           </container>
>>>                           <screenlet title="${uiLabelMap.ScrumDefau
>>> ltTasksList}">
>>> -                            <include-form location="component://scrum/wi
>>> dget/OpenTestForms.xml"
>>> name="defaultTaskScrumList"/>
>>> +                            <include-form location="component://scrum/wi
>>> dget/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.ScrumEditD
>>> efaultTask}">
>>> -                            <include-form location="component://scrum/wi
>>> dget/OpenTestForms.xml"
>>> name="editDefaultTaskScrum"/>
>>> +                            <include-form location="component://scrum/wi
>>> dget/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/scru
>>> m/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/w
>>> idget-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.planHo
>>> urs}"/>
>>> </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-tab
>>> le">
>>>           <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/scru
>>> m/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.CommonRemo
>>> ve}"><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.ScrumMembe
>>> rsName}">
>>>               <display description="${lastName} ${firstName}
>>> ${middleName}
>>> [${partyId}]"></display>
>>>
>>> Modified: ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml
>>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scru
>>> m/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.ScrumTaskA
>>> ttachements}">
>>> -                                <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.PageTitleT
>>> askMember}">
>>> @@ -400,10 +400,10 @@ under the License.
>>>                   <if-service-permission service-name="scrumPermissionC
>>> heck"
>>> main-action="UPDATE" resource-description="TASK"/>
>>>               </condition>
>>>               <widgets>
>>> -                <include-form location="component://scrum/wi
>>> dget/TaskForms.xml"
>>> name="taskMemberListInfo"/>
>>> +                <include-form location="component://scrum/wi
>>> dget/TaskForms.xml"
>>> name="TaskMemberListInfo"/>
>>>               </widgets>
>>>               <fail-widgets>
>>> -                <include-form location="component://scrum/wi
>>> dget/TaskForms.xml"
>>> name="taskMemberListInfoForStakeholder"/>
>>> +                <include-form location="component://scrum/wi
>>> dget/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/scru
>>> m/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/w
>>> idget-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="sprintBacklog
>>> ListTarget"
>>> separate-columns="true"
>>> +    <form name="SprintBacklogList" type="list" use-row-submit="true"
>>> list-name="custRequestAndCustRequestItem" paginate-target="sprintBacklog
>>> ListTarget"
>>> 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="!&quot;SCRUM_SPRINT&quot;.equals(taskTypeId)"><display
>>> description=" "/></field>
>>>       </form>
>>>
>>> -    <form name="sprintBacklogListItemsHideDelete"
>>> extends="sprintBacklogListItems">
>>> +    <form name="SprintBacklogListItemsHideDelete"
>>> extends="SprintBacklogListItems">
>>>           <field name="planHours" title="${uiLabelMap.ScrumPlann
>>> edHours}"
>>> position="2" use-when="!&quot;SCRUM_SPRINT&
>>> quot;.equals(taskTypeId)"><dis
>>> play/></field>
>>>           <field name="deleteButton" position="1"
>>> use-when="showPosition1"><hidden/></field>
>>>           <field name="deleteTaskButton" position="2"
>>> use-when="!&quot;STS_COMPLETED&quot;.equals(taskCurrentStatu
>>> sId)&amp;&amp;!&quot;SCRUM_SPRINT&quot;.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.ScrumSprin
>>> tName}"><text
>>> size="60"></text></field>
>>>           <field name="sprintDescription" title="${uiLabelMap.ScrumSprin
>>> tGoal}"><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="ScrumMemberUserLo
>>> ginAndSecurityGroup"
>>> 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.CommonRemo
>>> ve}"><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.ScrumMembe
>>> rsName}">
>>>               <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.ScrumProdu
>>> ctName}"><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(&quot;isCurrentProject&quot;, false);}"
>>> type="Boolean"/>
>>>               <set field="currentProject" value="${groovy:
>>> request.setAttribute(&quot;currentProject&quot;, ' ');}" type="String"/>
>>> @@ -1237,7 +1237,7 @@ under the License.
>>>           <field name="sprintActualStartDate"
>>> title="${uiLabelMap.CommonStartDate}"
>>> position="2" use-when="&quot;${sprintId}&quot;!=&quot;&quot;"><display
>>> type="date"></display></field>
>>>           <field name="sprintActualCompletionDate"
>>> title="${uiLabelMap.CommonEndDate}" position="2"
>>> use-when="&quot;${sprintId}&quot;!=&quot;&quot;"><display
>>> type="date"></display></field>
>>>       </form>
>>> -    <form name="projectListWithNoLinkProfile" extends="projectList">
>>> +    <form name="ProjectListWithNoLinkProfile" extends="ProjectList">
>>>           <field name="companyId" title="${uiLabelMap.ScrumOwner
>>> Company}"
>>> 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-tab
>>> le
>>> hover-bar" list-name="sprints">
>>>           <actions>
>>>               <set field="isCurrentProject" value="${groovy:
>>> request.setAttribute(&quot;isCurrentProject&quot;, false);}"
>>> type="Boolean"/>
>>> @@ -1309,7 +1309,7 @@ under the License.
>>>           <field name="sprintActualStartDate"
>>> title="${uiLabelMap.CommonStartDate}"
>>> position="2" use-when="&quot;${sprintId}&quot;!=&quot;&quot;"><display
>>> type="date"></display></field>
>>>           <field name="sprintActualCompletionDate"
>>> title="${uiLabelMap.CommonEndDate}" position="2"
>>> use-when="&quot;${sprintId}&quot;!=&quot;&quot;"><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}&amp;f
>>> romDate=${fromDate}&amp;thruDate=${thruDate}&amp;includeMeet
>>> ing=${includeMeeting}&amp;VIEW_SIZE_1=${parameters.VIEW_SIZE
>>> _1}&amp;VIEW_INDEX_1=${parameters.VIEW_INDEX_1}">
>>>           <row-actions>
>>>               <set field="showPosition1" value="${groovy:String
>>> prev=(String)previousItem.get(&quot;custRequestId&quot;);return
>>> !(prev!=null&amp;&amp;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}&a
>>> mp;fromDate=${fromDate}&amp;thruDate=${thruDate}&amp;include
>>> Meeting=${includeMeeting}&amp;VIEW_SIZE_1=${parameters.VIEW_
>>> SIZE_1}&amp;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.Vi
>>> ewEditScrumProject.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.Vi
>>> ewDailyMeetingMinute.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.CommonDele
>>> te}"><hidden/></field>
>>>       </form>
>>> -    <form name="ViewSprintBacklogListItemsNoAction"
>>> extends="sprintBacklogListItems">
>>> +    <form name="ViewSprintBacklogListItemsNoAction"
>>> extends="SprintBacklogListItems">
>>>           <field name="planHours" title="${uiLabelMap.ScrumPlann
>>> edHours}"
>>> position="2" use-when="!&quot;SCRUM_SPRINT&
>>> quot;.equals(taskTypeId)"><dis
>>> play/></field>
>>>           <field name="deleteButton" position="1"
>>> use-when="showPosition1"><hidden/></field>
>>>           <field name="deleteTaskButton" position="2"
>>> use-when="!&quot;STS_COMPLETED&quot;.equals(taskCurrentStatu
>>> sId)&amp;&amp;!&quot;SCRUM_SPRINT&quot;.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="ProjectSprintBack
>>> logAndTask"
>>> 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="updateProductBacklogIt
>>> emRow?productId=${productId}&amp;UnplannedSequence=${Unplann
>>> edSequence}">
>>> +    <form name="UnplannedBacklogList" extends="ListProdBacklogBySeq"
>>> list-name="unplanBacklogItems" type="multi"
>>> target="updateProductBacklogIt
>>> emRow?productId=${productId}&amp;UnplannedSequence=${Unplann
>>> edSequence}">
>>>           <row-actions>
>>>               <entity-one entity-name="CustRequest"
>>> value-field="custRequest"/>
>>>               <set field="product" from-field="custRequest.descri
>>> ption"/>
>>> @@ -2952,11 +2952,11 @@ under the License.
>>>           <field name="dummy2" title="${uiLabelMap.CommonDele
>>> te}"><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.ScrumPlann
>>> edHours}"
>>> 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.ScrumPlann
>>> edHours}"
>>> 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.ScrumMoveT
>>> oUnplannedSprint}"
>>> use-when="&quot;${statusId}&quot;==&quot;CRQ_REVIEWED&quot;"
>>> 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="createTaskForUnplanBac
>>> klog?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/scru
>>> m/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/wi
>>> dget/scrumForms.xml"/>
>>> +                                            <include-form
>>
>>

Reply via email to