Author: swapnilmmane
Date: Sat Sep 22 12:19:39 2018
New Revision: 1841674

URL: http://svn.apache.org/viewvc?rev=1841674&view=rev
Log:
Improved: Redirected work effort's agreement to agreement detail page instead 
of agreement list page
(OFBIZ-7627)

Thanks: Ankit Joshi for reporting and providing the patch.

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=1841674&r1=1841673&r2=1841674&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml 
Sat Sep 22 12:19:39 2018
@@ -1242,7 +1242,7 @@ under the License.
         </actions>
         <field name="agreementId">
             <display-entity entity-name="Agreement" 
key-field-name="agreementId"  also-hidden="true">
-                <sub-hyperlink target="/accounting/control/FindAgreement" 
description="${agreementId}" link-style="buttontext" target-type="inter-app">
+                <sub-hyperlink target="/accounting/control/EditAgreement" 
description="${agreementId}" link-style="buttontext" target-type="inter-app">
                     <parameter param-name="agreementId"/>
                 </sub-hyperlink>
             </display-entity>


Reply via email to