Author: ashish
Date: Sun Jun 1 01:58:42 2008 New Revision: 662182 URL: http://svn.apache.org/viewvc?rev=662182&view=rev Log: Changed the *.bsh calling in the included *Screens.xml files. Modified: ofbiz/trunk/applications/marketing/widget/ContactListScreens.xml ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml Modified: ofbiz/trunk/applications/marketing/widget/ContactListScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/ContactListScreens.xml?rev=662182&r1=662181&r2=662182&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/widget/ContactListScreens.xml (original) +++ ofbiz/trunk/applications/marketing/widget/ContactListScreens.xml Sun Jun 1 01:58:42 2008 @@ -286,7 +286,7 @@ <entity-one entity-name="CommunicationEvent" value-name="communicationEvent"/> <!-- get the current log in user's default email --> - <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getUserLoginPrimaryEmail.bsh"/> + <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getUserLoginPrimaryEmail.groovy"/> </actions> <widgets> <decorator-screen name="CommonContactListDecorator" location="${parameters.mainDecoratorLocation}"> Modified: ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml?rev=662182&r1=662181&r2=662182&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml (original) +++ ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml Sun Jun 1 01:58:42 2008 @@ -219,8 +219,8 @@ <set field="layoutSettings.styleSheets[]" value="/images/prototypejs/progress_bar.css" global="true"/> <set field="layoutSettings.javaScripts[]" value="/partymgr/js/PartyProfileContent.js" global="true"/> - <script location="component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh"/> - <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getUserLoginPrimaryEmail.bsh"/> + <script location="component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.groovy"/> + <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getUserLoginPrimaryEmail.groovy"/> <script location="component://party/webapp/partymgr/WEB-INF/actions/party/setRoleVars.groovy"/> </actions> <widgets> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml?rev=662182&r1=662181&r2=662182&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml Sun Jun 1 01:58:42 2008 @@ -867,8 +867,8 @@ <set field="layoutSettings.javaScripts[]" value="/images/prototypejs/control.progress_bar.js" global="true"/> <set field="layoutSettings.styleSheets[]" value="/images/prototypejs/progress_bar.css" global="true"/> <set field="layoutSettings.javaScripts[]" value="/partymgr/js/PartyProfileContent.js" global="true"/> - <script location="component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh"/> - <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getUserLoginPrimaryEmail.bsh"/> + <script location="component://party/webapp/partymgr/WEB-INF/actions/party/viewprofile.groovy"/> + <script location="component://party/webapp/partymgr/WEB-INF/actions/party/getUserLoginPrimaryEmail.groovy"/> </actions> <widgets> <decorator-screen name="CommonListResourceDecorator" location="${parameters.mainDecoratorLocation}"> @@ -1070,7 +1070,7 @@ <set field="labelTitleProperty" value="PageTitleEditContactMech"/> <script location="component://party/webapp/partymgr/WEB-INF/actions/HasPartyPermissions.bsh"/> - <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editcontactmech.bsh"/> + <script location="component://party/webapp/partymgr/WEB-INF/actions/party/editcontactmech.groovy"/> </actions> <widgets> <decorator-screen name="CommonListResourceDecorator" location="${parameters.mainDecoratorLocation}"> @@ -1125,7 +1125,7 @@ <entity-one entity-name="Party" use-cache="true" value-name="party"/> <entity-one entity-name="Person" use-cache="true" value-name="lookupPerson"/> <entity-one entity-name="CommunicationEvent" value-name="communicationEvent"/> - <script location="component://party/webapp/partymgr/WEB-INF/actions/communication/findCommEventContactMechs.bsh"/> + <script location="component://party/webapp/partymgr/WEB-INF/actions/communication/findCommEventContactMechs.groovy"/> </actions> <widgets> <decorator-screen name="CommonListResourceDecorator" location="${parameters.mainDecoratorLocation}"> @@ -1256,7 +1256,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="CommonListResourceDecorator" location="${parameters.mainDecoratorLocation}"> @@ -1287,7 +1287,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="CommonListResourceDecorator" location="${parameters.mainDecoratorLocation}"> |
Free forum by Nabble | Edit this page |