Author: jleroux
Date: Mon Jul 18 10:11:56 2016
New Revision: 1753196
URL:
http://svn.apache.org/viewvc?rev=1753196&view=revLog:
A request from Pierre Smits for "Move *CertKeystore.groovy* to location according to best practice"
https://issues.apache.org/jira/browse/OFBIZ-7892Added:
ofbiz/trunk/framework/common/groovyScripts/CertKeystore.groovy
- copied unchanged from r1753168, ofbiz/trunk/framework/common/webcommon/WEB-INF/actions/certs/CertKeystore.groovy
Removed:
ofbiz/trunk/framework/common/webcommon/WEB-INF/actions/
Modified:
ofbiz/trunk/framework/common/widget/SecurityScreens.xml
Modified: ofbiz/trunk/framework/common/widget/SecurityScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/SecurityScreens.xml?rev=1753196&r1=1753195&r2=1753196&view=diff==============================================================================
--- ofbiz/trunk/framework/common/widget/SecurityScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/SecurityScreens.xml Mon Jul 18 10:11:56 2016
@@ -334,7 +334,7 @@ under the License.
<set field="titleProperty" value="PageTitleImportCertificate"/>
<set field="tabButtonItem" value="EditCertIssuerProvisions"/>
<set field="certString" from-field="requestParameters.certString"/>
- <script location="component://common/webcommon/WEB-INF/actions/certs/CertKeystore.groovy"/>
+ <script location="component://common/groovyScripts/CertKeystore.groovy"/>
</actions>
<widgets>
<decorator-screen name="SecurityDecorator" location="${parameters.securityDecoratorLocation}">