Author: deepak
Date: Fri Jun 10 19:01:56 2016
New Revision: 1747777

URL: http://svn.apache.org/viewvc?rev=1747777&view=rev
Log:
(OFBIZ-7232) Relocate .groovy files in the specialpurpose/assetmaint component

Added:
    ofbiz/trunk/specialpurpose/assetmaint/groovyScripts/
      - copied from r1747740, 
ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/
Removed:
    ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/
Modified:
    ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml

Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml?rev=1747777&r1=1747776&r2=1747777&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml 
(original)
+++ ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml Fri Jun 
10 19:01:56 2016
@@ -94,7 +94,7 @@
         <section>
             <actions>
                 <set field="titleProperty" 
value="PageTitleEditFixedAssetMaintenance"/>
-                <script 
location="component://assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/EditMaint.groovy"/>
+                <script 
location="component://assetmaint/groovyScripts/assetmaint/EditMaint.groovy"/>
                 <set field="fixedAssetId" 
from-field="parameters.fixedAssetId"/>
                 <set field="maintHistSeqId" 
from-field="parameters.maintHistSeqId"/>
                 <entity-one entity-name="FixedAsset" value-field="fixedAsset"/>
@@ -146,7 +146,7 @@
                 <property-map resource="WorkEffortUiLabels" 
map-name="uiLabelMap"/>
                 <set field="titleProperty" value="PageTitleEditWorkEffort"/>
                 <set field="tabButtonItemFixedAssetMaint" 
value="EditWorkEfforts"/>
-                <script 
location="component://assetmaint/webapp/assetmaint/WEB-INF/actions/workeffort/EditWorkEfforts.groovy"/>
+                <script 
location="component://assetmaint/groovyScripts/workeffort/EditWorkEfforts.groovy"/>
                 <set field="fixedAssetId" 
from-field="parameters.fixedAssetId"/>
             </actions>
             <widgets>
@@ -329,7 +329,7 @@
                     <condition-expr field-name="workEffortId" 
from-field="workEffortId"/>
                     <order-by field-name="noteId"/>
                 </entity-condition>
-                <script 
location="component://assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/PrintFixedAssetMaint.groovy"/>
+                <script 
location="component://assetmaint/groovyScripts/assetmaint/PrintFixedAssetMaint.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="GlobalFoDecorator" 
location="component://common/widget/CommonScreens.xml">


Reply via email to