Author: deepak
Date: Fri Jun 10 19:12:22 2016
New Revision: 1747781
URL:
http://svn.apache.org/viewvc?rev=1747781&view=revLog:
(OFBIZ-7233) Relocate .groovy files in the specialpurpose/bi component
Added:
ofbiz/trunk/specialpurpose/bi/groovyScripts/
- copied from r1747740, ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/actions/reportbuilder/
Removed:
ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/actions/reportbuilder/
Modified:
ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml
ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml
Modified: ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml?rev=1747781&r1=1747780&r2=1747781&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml (original)
+++ ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml Fri Jun 10 19:12:22 2016
@@ -24,7 +24,7 @@ under the License.
<form name="selectStarSchema" title="" type="single" target="ReportBuilderSelectStarSchemaFields"
header-row-style="header-row" default-table-style="basic-table">
<actions>
- <script location="component://bi/webapp/bi/WEB-INF/actions/reportbuilder/GetStarSchemas.groovy"/>
+ <script location="component://bi/groovyScripts/GetStarSchemas.groovy"/>
</actions>
<field name="starSchemaName" title="${uiLabelMap.BusinessIntelligenceReportBuilderSelectTheStarSchemaReport}">
<drop-down allow-empty="false">
Modified: ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml?rev=1747781&r1=1747780&r2=1747781&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml Fri Jun 10 19:12:22 2016
@@ -61,7 +61,7 @@ under the License.
<actions>
<set field="titleProperty" value="BusinessIntelligenceReportBuilderSelectStarSchemaFields"/>
<set field="headerItem" value="reportbuilder"/>
- <script location="component://bi/webapp/bi/WEB-INF/actions/reportbuilder/GetStarSchemaFields.groovy"/>
+ <script location="component://bi/groovyScripts/GetStarSchemaFields.groovy"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -81,7 +81,7 @@ under the License.
<actions>
<set field="titleProperty" value="BusinessIntelligenceReportBuilderRenderStarSchemaReport"/>
<set field="headerItem" value="reportbuilder"/>
- <script location="component://bi/webapp/bi/WEB-INF/actions/reportbuilder/RunStarSchemaQuery.groovy"/>
+ <script location="component://bi/groovyScripts/RunStarSchemaQuery.groovy"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">