svn commit: r1652739 - /ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml

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

svn commit: r1652739 - /ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml

jleroux@apache.org
Author: jleroux
Date: Sun Jan 18 11:38:17 2015
New Revision: 1652739

URL: http://svn.apache.org/r1652739
Log:
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/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=1652739&r1=1652738&r2=1652739&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml Sun Jan 18 11:38:17 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>