Author: jleroux
Date: Sun Apr  3 18:42:59 2016
New Revision: 1737603

URL: http://svn.apache.org/viewvc?rev=1737603&view=rev
Log:
Fixes a bug introduced with r1737531 for OFBIZ-6817 (manufacturing). Part of 
"Move all Groovy scripts in components WEB-INF/actions sub-folders" - 
https://issues.apache.org/jira/browse/OFBIZ-6981

Currently there are few Groovy scripts not in components WEB-INF/actions 
sub-folders.

Before moving Groovy scripts as we decided in OFBIZ-6810 we should move the few 
Groovy scripts not in components WEB-INF/actions sub-folders to these 
WEB-INF/actions sub-folders. So we will not miss one and it will be a 
"straightforward" task to move then as we decided in OFBIZ-6810.

The 1st task here will be to fix a bug related with ShowProductionRun.groovy. 

Added:
    
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/ShowProductionRun.groovy
      - copied unchanged from r1737563, 
ofbiz/trunk/applications/manufacturing/template/jobshopmgt/ShowProductionRun.groovy
Removed:
    
ofbiz/trunk/applications/manufacturing/template/jobshopmgt/ShowProductionRun.groovy
Modified:
    
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml

Modified: 
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml?rev=1737603&r1=1737602&r2=1737603&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
 (original)
+++ 
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
 Sun Apr  3 18:42:59 2016
@@ -454,7 +454,7 @@ under the License.
     </request-map>
     <request-map uri="ShowProductionRun">
         <security https="true" auth="true"/>
-        <event type="groovy" 
path="component://manufacturing/webapp/manufacturing/jobshopmgt/ShowProductionRun.groovy"/>
+        <event type="groovy" 
path="component://manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/ShowProductionRun.groovy"/>
         <response name="docs_not_printed" type="view" 
value="EditProductionRun"/>
         <response name="docs_printed" type="view" 
value="ProductionRunDeclaration"/>
         <response name="error" type="view" value="FindProductionRun"/>


Reply via email to