You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/06/10 19:48:27 UTC

svn commit: r1747790 - in /ofbiz/trunk/specialpurpose/hhfacility: groovyScripts/ webapp/hhfacility/WEB-INF/actions/ widget/hhfacility/FacilityScreens.xml

Author: deepak
Date: Fri Jun 10 19:48:27 2016
New Revision: 1747790

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

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

Modified: ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml?rev=1747790&r1=1747789&r2=1747790&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml Fri Jun 10 19:48:27 2016
@@ -247,7 +247,7 @@ under the License.
             <actions>
                 <set field="title" value="${uiLabelMap.PageTitleFindProductStocktake}"/>
                 <set field="idValue" from-field="parameters.idValue"/>
-                <script location="component://hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy"/>
+                <script location="component://hhfacility/groovyScripts/ProductList.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="FacilityDecorator">
@@ -264,7 +264,7 @@ under the License.
         <section>
             <actions>
                 <set field="title" value="${uiLabelMap.PageTitleProductStocktake}"/>
-                <script location="component://hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy"/>
+                <script location="component://hhfacility/groovyScripts/ProductStockTake.groovy"/>
 
                 <set field="locationSeqId" from-field="productFacilityLocations"/>
             </actions>