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

svn commit: r662178 - in /ofbiz/trunk/applications/party: webapp/partymgr/WEB-INF/actions/visit/ widget/partymgr/

Author: ashish
Date: Sun Jun  1 01:48:01 2008
New Revision: 662178

URL: http://svn.apache.org/viewvc?rev=662178&view=rev
Log:
Converted some files from *.bsh to *.groovy.
There is no changes in these files.

After this commit the Groovy feature will be applied on these files.
Made necessary changes in the *Screens.xml files.



Added:
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/showvisits.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/showvisits.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/visitdetail.groovy
      - copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/visitdetail.bsh
Removed:
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/showvisits.bsh
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/visitdetail.bsh
Modified:
    ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml?rev=662178&r1=662177&r2=662178&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml Sun Jun  1 01:48:01 2008
@@ -28,7 +28,7 @@
                 <set field="headerItem" value="visits"/>
                 <set field="tabButtonItem" value="showvisits"/>
                 
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/visit/showvisits.bsh"/>                
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/visit/showvisits.groovy"/>                
             </actions>
             <widgets>
                 <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">
@@ -59,7 +59,7 @@
                 <set field="headerItem" value="visits"/>
                 <set field="tabButtonItem" value="visitdetail"/>
                 
-                <script location="component://party/webapp/partymgr/WEB-INF/actions/visit/visitdetail.bsh"/>                
+                <script location="component://party/webapp/partymgr/WEB-INF/actions/visit/visitdetail.groovy"/>                
             </actions>
             <widgets>
                 <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">