Author: jleroux
Date: Mon Jun 8 09:39:39 2015 New Revision: 1684129 URL: http://svn.apache.org/r1684129 Log: A patch from Pierre Smits related with "Form ViewSprintItem is not referenced in screens" https://issues.apache.org/jira/browse/OFBIZ-5975 Adds the request-confirmation element to the hyperlink contained in various 'deleteLink' fields. Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml?rev=1684129&r1=1684128&r2=1684129&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml Mon Jun 8 09:39:39 2015 @@ -2539,7 +2539,7 @@ under the License. <field name="thruDate"><ignored/></field> <field name="submitButton"><ignored/></field> <field name="deleteLink" title=" " widget-style="buttontext" use-when="headerItem.equals("EditProjectContents")"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteProjectContent"> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteProjectContent" request-confirmation="true"> <parameter param-name="contentId"/> <parameter param-name="workEffortId"/> <parameter param-name="workEffortContentTypeId"/> @@ -2609,7 +2609,7 @@ under the License. <field name="contentName"><display description="${contentMap.contentName} [${contentId}]"/></field> <field name="fromDate"><display/> </field> <field name="deleteLink" title=" " widget-style="buttontext"> - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteScrumProductContent"> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteScrumProductContent" request-confirmation="true"> <parameter param-name="contentId"/> <parameter param-name="fromDate"/> <parameter param-name="productId"/> @@ -2671,7 +2671,7 @@ under the License. <display-entity entity-name="PartyNameView" description="${lastName}, ${firstName} ${middleName}" key-field-name="partyId"> </display-entity> </field> <field name="removeNote" title=" " widget-style="buttontext"> - <hyperlink description="${uiLabelMap.CommonDelete}" target="deleteProdBacklogNote"> + <hyperlink description="${uiLabelMap.CommonDelete}" target="deleteProdBacklogNote" request-confirmation="true"> <parameter param-name="noteId" from-field="noteId"/> <parameter param-name="custRequestId" from-field="custRequestId"/> <parameter param-name="productId" from-field="productId"/> @@ -2716,7 +2716,7 @@ under the License. <field name="mimeTypeId"><hidden/></field> <field name="fromDate"><display/></field> <field name="deleteLink" title=" " widget-style="buttontext" > - <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteBacklogItemContent"> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteBacklogItemContent" request-confirmation="true"> <parameter param-name="custRequestId"/> <parameter param-name="contentId"/> <parameter param-name="fromDate"/> |
Free forum by Nabble | Edit this page |