Author: deepak
Date: Fri Jun 10 17:09:26 2016
New Revision: 1747751
URL: http://svn.apache.org/viewvc?rev=1747751&view=rev
Log:
(OFBIZ-7222) Relocate .groovy files in the commonext component
Added:
ofbiz/trunk/applications/commonext/groovyScripts/
ofbiz/trunk/applications/commonext/groovyScripts/ofbizsetup/
- copied from r1747740,
ofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/actions/
Removed:
ofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/actions/
Modified:
ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml
Modified: ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/CommonScreens.xml?rev=1747751&r1=1747750&r2=1747751&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/CommonScreens.xml Fri Jun 10
17:09:26 2016
@@ -31,7 +31,7 @@ under the License.
<set field="line.urlText" value="[${userLogin.userLoginId}]"/>
<set field="line.url"
value="/partymgr/control/viewprofile?partyId=${userLogin.partyId}"/>
<set field="layoutSettings.topLines[]" from-field="line"
global="true"/>
- <script
location="component://commonext/webapp/ofbizsetup/WEB-INF/actions/changeOrgPartyId.groovy"/><!--
to see ofbizsetup needs to be displayed -->
+ <script
location="component://commonext/groovyScripts/ofbizsetup/changeOrgPartyId.groovy"/><!--
to see ofbizsetup needs to be displayed -->
<!-- system info notes -->
<service service-name="getLastSystemInfoNote"
result-map="resultNote"/>
<set field="lastSystemInfoNote1"
from-field="resultNote.lastSystemInfoNote1"/>
Modified: ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml?rev=1747751&r1=1747750&r2=1747751&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml
(original)
+++ ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml Fri
Jun 10 17:09:26 2016
@@ -80,7 +80,7 @@
<set field="titleProperty" value="ProductNewFacility"/>
<set field="tabButtonItemTop" value="facility"/>
<set field="partyId" from-field="parameters.partyId"/>
- <script
location="component://commonext/webapp/ofbizsetup/WEB-INF/actions/FindFacility.groovy"/>
+ <script
location="component://commonext/groovyScripts/ofbizsetup/FindFacility.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonSetupDecorator"
location="${parameters.mainDecoratorLocation}">
@@ -127,8 +127,8 @@
<set field="partyId" from-field="parameters.partyId"/>
<entity-one entity-name="PartyGroup" value-field="partyGroup"/>
<property-to-field field="defaultCurrencyUomId"
resource="general" property="currency.uom.id.default" default="USD"/>
- <script
location="component://commonext/webapp/ofbizsetup/WEB-INF/actions/GetProductStoreAndWebSite.groovy"/>
- <script
location="component://commonext/webapp/ofbizsetup/WEB-INF/actions/FindFacility.groovy"/>
+ <script
location="component://commonext/groovyScripts/ofbizsetup/GetProductStoreAndWebSite.groovy"/>
+ <script
location="component://commonext/groovyScripts/ofbizsetup/FindFacility.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonSetupDecorator"
location="${parameters.mainDecoratorLocation}">
@@ -175,7 +175,7 @@
<set field="tabButtonItemTop" value="website"/>
<set field="labelTitleProperty" value="PageTitleEditWebSite"/>
<set field="partyId" from-field="parameters.partyId"/>
- <script
location="component://commonext/webapp/ofbizsetup/WEB-INF/actions/GetProductStoreAndWebSite.groovy"/>
+ <script
location="component://commonext/groovyScripts/ofbizsetup/GetProductStoreAndWebSite.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonSetupDecorator"
location="${parameters.mainDecoratorLocation}">
@@ -225,7 +225,7 @@
<set field="titleProperty"
value="PageTitleEditProductCatalog"/>
<set field="tabButtonItem" value="productcatalog"/>
<set field="partyId" from-field="parameters.partyId"/>
- <script
location="component://commonext/webapp/ofbizsetup/WEB-INF/actions/GetProdCatalog.groovy"/>
+ <script
location="component://commonext/groovyScripts/ofbizsetup/GetProdCatalog.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonFirstProductDecorator">
@@ -259,7 +259,7 @@
<set field="labelTitleProperty" value="ProductCategory"/>
<set field="partyId" from-field="parameters.partyId"/>
- <script
location="component://commonext/webapp/ofbizsetup/WEB-INF/actions/GetProdCatalog.groovy"/>
+ <script
location="component://commonext/groovyScripts/ofbizsetup/GetProdCatalog.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonFirstProductDecorator">
@@ -294,7 +294,7 @@
<set field="labelTitleProperty" value="ProductProduct"/>
<set field="partyId" from-field="parameters.partyId"/>
- <script
location="component://commonext/webapp/ofbizsetup/WEB-INF/actions/GetProdCatalog.groovy"/>
+ <script
location="component://commonext/groovyScripts/ofbizsetup/GetProdCatalog.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonFirstProductDecorator">