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/04/22 13:11:24 UTC

svn commit: r1740481 - in /ofbiz/trunk/applications/commonext: webapp/ofbizsetup/WEB-INF/actions/changeOrgPartyId.groovy webapp/ofbizsetup/organization/ widget/CommonScreens.xml

Author: deepak
Date: Fri Apr 22 11:11:23 2016
New Revision: 1740481

URL: http://svn.apache.org/viewvc?rev=1740481&view=rev
Log:
(OFBIZ-6814) Moved changeOrgPartyId.groovy to WEB-INF/actions, also removed unused ofbizsetup/viewcontact.ftl file.

Added:
    ofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/actions/changeOrgPartyId.groovy
      - copied unchanged from r1740441, ofbiz/trunk/applications/commonext/webapp/ofbizsetup/organization/changeOrgPartyId.groovy
Removed:
    ofbiz/trunk/applications/commonext/webapp/ofbizsetup/organization/
Modified:
    ofbiz/trunk/applications/commonext/widget/CommonScreens.xml

Modified: ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/CommonScreens.xml?rev=1740481&r1=1740480&r2=1740481&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/CommonScreens.xml Fri Apr 22 11:11:23 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/organization/changeOrgPartyId.groovy"/><!-- to see ofbizsetup needs to be displayed -->
+                <script location="component://commonext/webapp/ofbizsetup/WEB-INF/actions/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"/>