Author: jleroux Date: Sun Jan 18 11:39:14 2015 New Revision: 1652740 URL: http://svn.apache.org/r1652740 Log: "Applied fix from trunk for revision: 1652739 " ------------------------------------------------------------------------ r1652739 | jleroux | 2015-01-18 12:38:17 +0100 (dim. 18 janv. 2015) | 3 lignes
A patch from Pierre Smits for "Form TotalProdBacklog has typo in link" https://issues.apache.org/jira/browse/OFBIZ-5979 This bug was introduced in commit: http://svn.apache.org/viewvc?view=revision&revision=1142915 ------------------------------------------------------------------------ Modified: ofbiz/branches/release14.12/ (props changed) ofbiz/branches/release14.12/specialpurpose/scrum/widget/scrumForms.xml Propchange: ofbiz/branches/release14.12/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Sun Jan 18 11:39:14 2015 @@ -8,4 +8,4 @@ /ofbiz/branches/json-integration-refactoring:1634077-1635900 /ofbiz/branches/multitenant20100310:921280-927264 /ofbiz/branches/release13.07:1547657 -/ofbiz/trunk:1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706,1652725,1652731 +/ofbiz/trunk:1649742,1650240,1650583,1650642,1650678,1650882,1650887,1650938,1651593,1652361,1652706,1652725,1652731,1652739 Modified: ofbiz/branches/release14.12/specialpurpose/scrum/widget/scrumForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/specialpurpose/scrum/widget/scrumForms.xml?rev=1652740&r1=1652739&r2=1652740&view=diff ============================================================================== --- ofbiz/branches/release14.12/specialpurpose/scrum/widget/scrumForms.xml (original) +++ ofbiz/branches/release14.12/specialpurpose/scrum/widget/scrumForms.xml Sun Jan 18 11:39:14 2015 @@ -2050,7 +2050,7 @@ under the License. </row-actions> <field name="productId" title="${uiLabelMap.PageTitleProduct}" position="1" use-when="showPosition1"> <display-entity entity-name="Product" description="${internalName} " key-field-name="productId"> - <sub-hyperlink target="ViewProduc" description="[${productId}]"> + <sub-hyperlink target="ViewProduct" description="[${productId}]"> <parameter param-name="productId"/> </sub-hyperlink> </display-entity>

