svn commit: r1709882 [2/2] - in /ofbiz/trunk: applications/commonext/widget/ofbizsetup/ applications/humanres/widget/forms/ applications/marketing/widget/sfa/forms/ applications/order/widget/ordermgr/ applications/party/widget/partymgr/ applications/pr...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1709882 [2/2] - in /ofbiz/trunk: applications/commonext/widget/ofbizsetup/ applications/humanres/widget/forms/ applications/marketing/widget/sfa/forms/ applications/order/widget/ordermgr/ applications/party/widget/partymgr/ applications/pr...

jleroux@apache.org
Modified: ofbiz/trunk/applications/product/widget/catalog/StoreForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/StoreForms.xml?rev=1709882&r1=1709881&r2=1709882&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/StoreForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/StoreForms.xml Wed Oct 21 16:57:25 2015
@@ -79,10 +79,10 @@ under the License.
     <form name="EditProductStoreRole" type="single" target="storeUpdateRole" default-map-name="productStoreRole"
             header-row-style="header-row" default-table-style="basic-table">
         <alt-target use-when="productStoreRole==null" target="storeCreateRole"/>
-        <field name="partyId" use-when="productStoreRole==null" title="${uiLabelMap.PartyPartyId}" tooltip="${uiLabelMap.CommonRequired}"><lookup target-form-name="LookupPartyName"/></field>
+        <field name="partyId" use-when="productStoreRole==null" title="${uiLabelMap.PartyPartyId}" required-field="true"><lookup target-form-name="LookupPartyName"/></field>
         <field name="partyId" use-when="productStoreRole!=null" title="${uiLabelMap.PartyPartyId}"><display/></field>
         <field name="productStoreId"><hidden/></field>
-        <field name="roleTypeId" use-when="productStoreRole==null" title="${uiLabelMap.PartyRoleTypeId}" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="roleTypeId" use-when="productStoreRole==null" title="${uiLabelMap.PartyRoleTypeId}" required-field="true">
             <drop-down allow-empty="true">
                 <entity-options entity-name="RoleType" key-field-name="roleTypeId"/>
             </drop-down>

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=1709882&r1=1709881&r2=1709882&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Wed Oct 21 16:57:25 2015
@@ -1359,7 +1359,7 @@ under the License.
         <field name="currentStatusId"><hidden value="CAL_CANCELLED"></hidden></field>
         <field name="quickAssignPartyId" title="${uiLabelMap.WorkEffortICalendarOwner}" use-when="workEffort==null @and workEffortId==null"><lookup target-form-name="LookupPartyName"/></field>
         <field name="workEffortId" use-when="workEffort!=null" title="${uiLabelMap.WorkEffortICalendarUrl}"><display description="${serverRootUrl}/iCalendar/${workEffortId}/"/></field>
-        <field name="workEffortName" title="${uiLabelMap.WorkEffortICalendarName}" required-field="true" tooltip="${uiLabelMap.CommonRequired}"><text/></field>
+        <field name="workEffortName" title="${uiLabelMap.WorkEffortICalendarName}" required-field="true"><text/></field>
         <field name="scopeEnumId" title="${uiLabelMap.WorkEffortICalendarVisibility}">
             <drop-down no-current-selected-key="WES_PRIVATE">
                 <entity-options entity-name="Enumeration" key-field-name="enumId">

Modified: ofbiz/trunk/framework/common/widget/SecurityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/SecurityForms.xml?rev=1709882&r1=1709881&r2=1709882&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/SecurityForms.xml (original)
+++ ofbiz/trunk/framework/common/widget/SecurityForms.xml Wed Oct 21 16:57:25 2015
@@ -109,7 +109,7 @@ under the License.
     </form>
 
     <form name="CreateSecurityGroup" type="single" target="createSecurityGroup" default-map-name="securityGroup">
-        <field name="groupId" title="${uiLabelMap.CommonSecurityGroupId}" required-field="true" tooltip="${uiLabelMap.CommonRequired}"><text size="20" maxlength="20"/></field>
+        <field name="groupId" title="${uiLabelMap.CommonSecurityGroupId}" required-field="true"><text size="20" maxlength="20"/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><text size="60" maxlength="250"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSave}"><submit button-type="button"/></field>
         <field name="cancelLink" title=" " widget-style="smallSubmit">

Modified: ofbiz/trunk/framework/webtools/widget/MiscForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/MiscForms.xml?rev=1709882&r1=1709881&r2=1709882&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/MiscForms.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/MiscForms.xml Wed Oct 21 16:57:25 2015
@@ -21,14 +21,14 @@ under the License.
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
 
     <form name="ProgramExport" type="single" target="ProgramExport" default-map-name="parameters">
-        <field name="groovyProgram" required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="groovyProgram" required-field="true">
             <textarea cols="120" rows="20" />
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonRun}"><submit button-type="button"/></field>
     </form>
 
     <form name="LayoutDemoForm" type="single" target="${demoTargetUrl}" default-map-name="demoMap">
-        <field name="name" title="${uiLabelMap.CommonName}" required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="name" title="${uiLabelMap.CommonName}" required-field="true">
             <text />
         </field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><text/></field>

Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml?rev=1709882&r1=1709881&r2=1709882&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml Wed Oct 21 16:57:25 2015
@@ -92,7 +92,7 @@
 
     <form name="EditFixedAssetMaint" extends="EditFixedAssetMaint" extends-resource="component://accounting/widget/FixedAssetForms.xml" target="updateFixedAssetMaintAndWorkEffort">
         <alt-target use-when="fixedAssetMaint==null" target="createFixedAssetMaintUpdateWorkEffort"/>
-        <field name="fixedAssetId" use-when="fixedAssetMaint==null" title="${uiLabelMap.AccountingFixedAssetId}" tooltip="${uiLabelMap.CommonRequired}" required-field="true"><lookup target-form-name="LookupFixedAsset"/></field>
+        <field name="fixedAssetId" use-when="fixedAssetMaint==null" title="${uiLabelMap.AccountingFixedAssetId}" required-field="true"><lookup target-form-name="LookupFixedAsset"/></field>
         <field name="scheduleWorkEffortId"><hidden/></field>
         <field name="submitButton" ><ignored/></field>
         <field map-name="workEffort" position="1"  name="estimatedStartDate"><date-time/></field>
@@ -116,7 +116,7 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field name="productId" title="${uiLabelMap.AssetMaintPartId}*" required-field="true"><lookup  target-form-name="LookupPartsProduct"/></field>
+        <field name="productId" title="${uiLabelMap.AssetMaintPartId}" required-field="true"><lookup  target-form-name="LookupPartsProduct"/></field>
         <field name="quantity" position="1" title="${uiLabelMap.CommonQuantity}*"><text size="10"/></field>
         <field name="maintHistSeqId"><hidden/></field>
         <field name="fixedAssetId"><hidden/></field>

Modified: ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml?rev=1709882&r1=1709881&r2=1709882&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml Wed Oct 21 16:57:25 2015
@@ -267,7 +267,7 @@ under the License.
             <display description="${uiLabelMap.ExampleDependentDropDownTooltip}"/>
         </field>
         <field name="stateProvinceGeoId" title="${uiLabelMap.CommonState}" required-field="true"><drop-down allow-empty="false"/></field>
-        <field name="countryGeoId" title="${uiLabelMap.CommonCountry}" tooltip="${uiLabelMap.CommonRequired}" required-field="true">
+        <field name="countryGeoId" title="${uiLabelMap.CommonCountry}" required-field="true">
             <drop-down no-current-selected-key="USA">
                 <entity-options entity-name="Geo" key-field-name="geoId" description="${geoName}">
                     <entity-constraint name="geoTypeId" value="COUNTRY"/>

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml?rev=1709882&r1=1709881&r2=1709882&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml Wed Oct 21 16:57:25 2015
@@ -30,8 +30,8 @@
         <field name="statusId"><hidden value="PAS_ASSIGNED"/></field>
         <field name="partyId" use-when="myTask!=void"><hidden value="${userLogin.partyId}"/></field>
         <field name="projectId"><hidden value="${parameters.projectId}"/></field>
-        <field name="workEffortName" title="${uiLabelMap.ProjectMgrTaskName}*" tooltip="${uiLabelMap.CommonRequired}"><text/></field>
-        <field name="workEffortParentId" use-when="myTask==void @and projectId!=void" title="${uiLabelMap.ProjectMgrTaskPhase}*" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="workEffortName" title="${uiLabelMap.ProjectMgrTaskName}" required-field="true"><text/></field>
+        <field name="workEffortParentId" use-when="myTask==void @and projectId!=void" title="${uiLabelMap.ProjectMgrTaskPhase}" required-field="true">
             <drop-down allow-empty="true">
                 <entity-options entity-name="WorkEffort" key-field-name="workEffortId" description="${projectId}.${sequenceNum} ${workEffortName}[${workEffortId}]">
                     <entity-constraint name="workEffortTypeId" value="PHASE"/>
@@ -41,7 +41,7 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field name="workEffortParentId" use-when="myTask==void @and projectId==void" title="${uiLabelMap.ProjectMgrTaskPhase}*" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="workEffortParentId" use-when="myTask==void @and projectId==void" title="${uiLabelMap.ProjectMgrTaskPhase}" required-field="true">
             <drop-down allow-empty="true">
                 <entity-options entity-name="ProjectPartyAndPhase" key-field-name="phaseId" description="${projectName} -- ${phaseName}">
                     <entity-constraint name="partyId" env-name="userLogin.partyId"/>
@@ -55,7 +55,8 @@
                 <sub-hyperlink target="MyTasks" description="[${uiLabelMap.CommonChange}]"/>
             </display-entity>
         </field>
-        <field name="workEffortParentId" use-when="myTask!=void @and parameters.get(&quot;workEffortParentId&quot;)==null" title="${uiLabelMap.ProjectMgrTaskPhase}*" tooltip="${uiLabelMap.CommonRequired}" event="onchange" action="javascript:document.EditTask.submit();">
+        <field name="workEffortParentId" use-when="myTask!=void @and parameters.get(&quot;workEffortParentId&quot;)==null" title="${uiLabelMap.ProjectMgrTaskPhase}*"
+                event="onchange" action="javascript:document.EditTask.submit();" required-field="true">
                 <drop-down allow-empty="true">
                 <entity-options entity-name="ProjectPartyAndPhase" key-field-name="phaseId" description="${projectName} -- ${phaseName}">
                     <entity-constraint name="partyId" env-name="userLogin.partyId"/>
@@ -118,7 +119,7 @@
 
     <form name="AssignTaskOtherProject" type="single" target="updateTask" default-map-name="task">
         <field name="workEffortId"><hidden/></field>
-        <field name="workEffortParentId" entry-name="empty" title="${uiLabelMap.ProjectMgrTaskPhase}*" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="workEffortParentId" entry-name="empty" title="${uiLabelMap.ProjectMgrTaskPhase}" required-field="true">
             <drop-down allow-empty="false">
                 <entity-options entity-name="ProjectPartyAndPhase" key-field-name="phaseId" description="${projectName} -- ${phaseName}">
                     <entity-constraint name="partyId" env-name="userLogin.partyId"/>
@@ -136,7 +137,7 @@
         <field name="workEffortParentId"><hidden value="${parameters.projectId}"/></field>
         <field name="workEffortTypeId"><hidden value="PHASE"/></field>
         <field name="currentStatusId"><hidden value="_NA_"/></field>
-        <field name="phaseName"  parameter-name="workEffortName" title="${uiLabelMap.ProjectMgrPhaseName}*" tooltip="${uiLabelMap.CommonRequired}"><text/></field>
+        <field name="phaseName"  parameter-name="workEffortName" title="${uiLabelMap.ProjectMgrPhaseName}" required-field="true"><text/></field>
         <field name="phaseSeqId" entry-name="sequenceNum" parameter-name="sequenceNum" title="${uiLabelMap.FormFieldTitle_sequenceNum}"><text size="3"/></field>
         <field name="phaseDdescription" parameter-name="description" title="${uiLabelMap.CommonDescription}" tooltip="${uiLabelMap.CommonMax250Chars}"><textarea/></field>
         <field name="add" title="${uiLabelMap.CommonAdd}"><submit/></field>
@@ -147,7 +148,7 @@
         <field name="workEffortTypeId"><hidden value="PHASE"/></field>
         <field name="currentStatusId"><hidden value="_NA_"/></field>
         <field name="sequenceNum"><text size="3"/></field>
-        <field name="phaseName"  parameter-name="workEffortName" title="${uiLabelMap.ProjectMgrPhaseName}*" tooltip="${uiLabelMap.CommonRequired}"><text/></field>
+        <field name="phaseName"  parameter-name="workEffortName" title="${uiLabelMap.ProjectMgrPhaseName}" required-field="true"><text/></field>
         <field name="phaseDdescription" parameter-name="description" title="${uiLabelMap.CommonDescription}"><text/></field>
         <field name="save" title="${uiLabelMap.CommonSave}"><submit/></field>
     </form>
@@ -702,7 +703,7 @@
         <field name="projectId"><hidden value="${parameters.projectId}"/></field>
         <field name="workEffortTypeId"><hidden value="TASK"/></field>
         <field name="currentStatusId"><hidden value="PTS_CREATED"/></field>
-        <field name="taskName" parameter-name="workEffortName" title="${uiLabelMap.ProjectMgrTaskName}*" tooltip="${uiLabelMap.CommonRequired}"><text default-value="${custRequest.custRequestName}"/></field>
+        <field name="taskName" parameter-name="workEffortName" title="${uiLabelMap.ProjectMgrTaskName}" required-field="true"><text default-value="${custRequest.custRequestName}"/></field>
         <field name="taskDescription" parameter-name="description" title="${uiLabelMap.CommonDescription}"><text default-value="${custRequest.description}"/></field>
         <field name="childWorkEffortId" parameter-name="workEffortParentId" title="${uiLabelMap.ProjectMgrProjectAndPhaseName}*">
             <drop-down allow-empty="false">

Modified: ofbiz/trunk/specialpurpose/scrum/widget/ResourceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/ResourceForms.xml?rev=1709882&r1=1709881&r2=1709882&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/ResourceForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/ResourceForms.xml Wed Oct 21 16:57:25 2015
@@ -247,22 +247,22 @@
     </form>
     
     <form name="QuickAddParty" type="single" target="createQuickAddParty">
-        <field name="firstName" title="${uiLabelMap.PartyFirstName}" required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="firstName" title="${uiLabelMap.PartyFirstName}" required-field="true">
            <text/>
         </field>
         <field name="middleName" title="${uiLabelMap.PartyMiddleName}">
            <text size="10"/>
         </field>
-        <field name="lastName" title="${uiLabelMap.PartyLastName}" required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="lastName" title="${uiLabelMap.PartyLastName}" required-field="true">
            <text/>
         </field>
-        <field name="emailAddress" title="${uiLabelMap.PartyEmailAddress}" required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="emailAddress" title="${uiLabelMap.PartyEmailAddress}" required-field="true">
            <text size="50"/>
         </field>
-        <field name="userLoginId" title="${uiLabelMap.CommonUsername}" required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="userLoginId" title="${uiLabelMap.CommonUsername}" required-field="true">
            <text/>
         </field>
-        <field name="password" title="${uiLabelMap.CommonPassword}" required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="password" title="${uiLabelMap.CommonPassword}" required-field="true">
            <password/>
         </field>
         <field name="confirmPassword" title="${uiLabelMap.ScrumVerifyPassword}" required-field="true" tooltip="${uiLabelMap.PartyRepeatPassword}">
@@ -276,16 +276,16 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field name="company" title="${uiLabelMap.ScrumCompanyNameShow}" required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="company" title="${uiLabelMap.ScrumCompanyNameShow}" required-field="true">
             <lookup target-form-name="LookupPartyGroup"></lookup>
         </field>
         <field name="createButton" title="${uiLabelMap.CommonCreate}"><submit/></field>
     </form>
     <form name="QuickAddPartyRelationship" type="single" target="createQuickAddPartyRelationship">
-        <field name="contactPartyId" title="${uiLabelMap.PartyPartyId}" required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="contactPartyId" title="${uiLabelMap.PartyPartyId}" required-field="true">
            <lookup target-form-name="LookupPerson"></lookup>
         </field>
-        <field name="accountPartyId" title="${uiLabelMap.ScrumCompanyPartyId}" required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="accountPartyId" title="${uiLabelMap.ScrumCompanyPartyId}" required-field="true">
             <lookup target-form-name="LookupPartyGroup"></lookup>
         </field>
         <field name="comments"><hidden/> </field>

Modified: ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml?rev=1709882&r1=1709881&r2=1709882&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml Wed Oct 21 16:57:25 2015
@@ -369,7 +369,7 @@
     </form>
     <form name="AssignTaskOtherProject" type="single" target="updateTask" default-map-name="task">
         <field name="workEffortId"><hidden/></field>
-        <field name="workEffortParentId" entry-name="empty" title="${uiLabelMap.ScrumTaskPhase}*" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="workEffortParentId" entry-name="empty" title="${uiLabelMap.ScrumTaskPhase}" required-field="true">
             <drop-down allow-empty="false">
                 <entity-options entity-name="ProjectPartyAndPhase" key-field-name="phaseId" description="${projectName} -- ${phaseName}">
                     <entity-constraint name="partyId" env-name="userLogin.partyId"/>
@@ -972,4 +972,4 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}"><hidden/></field>
     </form>
-</forms>
\ No newline at end of file
+</forms>

Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml?rev=1709882&r1=1709881&r2=1709882&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml Wed Oct 21 16:57:25 2015
@@ -644,7 +644,7 @@ under the License.
             <text size="63" maxlength="255"/>
         </field>
         <field name="description" title="${uiLabelMap.ScrumProductBacklogItem}" required-field="true" tooltip="${uiLabelMap.ScrumMax255Chars}" use-when="custRequest!=null&amp;&amp;isTeamMember==false"><text size="63" maxlength="255"/></field>
-        <field name="description" title="${uiLabelMap.ScrumProductBacklogItem}" required-field="true" tooltip="${uiLabelMap.CommonRequired}" use-when="custRequest!=null&amp;&amp;isTeamMember==true"><display/></field>
+        <field name="description" title="${uiLabelMap.ScrumProductBacklogItem}" required-field="true" use-when="custRequest!=null&amp;&amp;isTeamMember==true"><display/></field>
         <field name="productId" map-name="product" title="${uiLabelMap.ScrumProjectMoveToProduct}" use-when="custRequest!=null&amp;&amp;isTeamMember==false">
             <drop-down>
                 <entity-options description="${groupName}  ${internalName}[${productId}]" entity-name="ProductAndRole" key-field-name="productId">
@@ -1487,7 +1487,7 @@ under the License.
                 </entity-options>
             </drop-down>
         </field>
-        <field name="internalName" title="${uiLabelMap.ScrumProductName}" tooltip="${uiLabelMap.CommonRequired}"><text/></field>
+        <field name="internalName" title="${uiLabelMap.ScrumProductName}" required-field="true"><text/></field>
         <field name="longDescription" title="${uiLabelMap.CommonDescription}"><textarea/></field>
         <field name="productTypeId"><hidden value="SCRUM_ITEM"/></field>
         <field name="productId"><hidden value="${parameters.productId}"/></field>
@@ -2827,14 +2827,14 @@ under the License.
         <actions>
             <set field="unplanned" from-field="parameters.unplanned"/>
         </actions>
-        <field name="description" title="${uiLabelMap.ScrumProductBacklogItem}" required-field="true" tooltip="${uiLabelMap.CommonRequired}"><text size="50" maxlength="255"/></field>
+        <field name="description" title="${uiLabelMap.ScrumProductBacklogItem}" required-field="true"><text size="50" maxlength="255"/></field>
         <field name="billed" title="${uiLabelMap.ScrumBilled}">
             <drop-down allow-empty="false" no-current-selected-key="Y">
                 <option key="Y" description="${uiLabelMap.CommonY}"/>
                 <option key="N" description="${uiLabelMap.CommonN}"/>
             </drop-down>
         </field>
-        <field name="unplanned" title="${uiLabelMap.ScrumUnplanBacklog}" event="onchange" action="javascript:document.QuickAddBacklog.action='QuickAddBacklog';document.QuickAddBacklog.submit();" required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+        <field name="unplanned" title="${uiLabelMap.ScrumUnplanBacklog}" event="onchange" action="javascript:document.QuickAddBacklog.action='QuickAddBacklog';document.QuickAddBacklog.submit();" required-field="true">
             <drop-down allow-empty="false">
                 <option key="" description="- ${uiLabelMap.CommonSelectOne} -"/>
                 <option key="Y" description="${uiLabelMap.CommonYes}"/>
@@ -2842,7 +2842,7 @@ under the License.
             </drop-down>
         </field>
         <field name="productId" title="${uiLabelMap.ScrumProductName}" use-when="${groovy: unplanned.equals(&quot;Y&quot;)}" event="onchange" action="javascript:document.QuickAddBacklog.action='QuickAddBacklog';document.QuickAddBacklog.submit();"
-            required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+            required-field="true">
             <drop-down allow-empty="true">
                 <entity-options description="${groupName} -- ${internalName}[${productId}]" entity-name="ProductAndRole" key-field-name="productId">
                     <entity-constraint name="supportDiscontinuationDate" operator="equals" value=""/>
@@ -2853,7 +2853,7 @@ under the License.
             </drop-down>
         </field>
         <field name="keyId" title="${uiLabelMap.ScrumProduct} ${uiLabelMap.ScrumProject} ${uiLabelMap.ScrumSprint}" use-when="${groovy: unplanned.equals(&quot;N&quot;)}" event="onchange" action="javascript:document.QuickAddBacklog.action='QuickAddBacklog';document.QuickAddBacklog.submit();"
-            required-field="true" tooltip="${uiLabelMap.CommonRequired}">
+            required-field="true">
             <drop-down allow-empty="true">
                 <list-options key-name="keyId" list-name="workEffortList" description="[${productId}] ${internalName} -- [${projectId}] ${projectName} -- [${sprintId}] ${sprintName}"/>
             </drop-down>