svn commit: r1805775 - /ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/service/AvailableServices.groovy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1805775 - /ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/service/AvailableServices.groovy

jleroux@apache.org
Author: jleroux
Date: Tue Aug 22 15:04:24 2017
New Revision: 1805775

URL: http://svn.apache.org/viewvc?rev=1805775&view=rev
Log:
Fixes a typo reported by Renuka Srishti on dev ML

Modified:
    ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/service/AvailableServices.groovy

Modified: ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/service/AvailableServices.groovy
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/service/AvailableServices.groovy?rev=1805775&r1=1805774&r2=1805775&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/service/AvailableServices.groovy (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webtools/groovyScripts/service/AvailableServices.groovy Tue Aug 22 15:04:24 2017
@@ -450,7 +450,7 @@ if (selectedService) {
             outParamsList.add(curOutParam)
         }
         outParamMap = [:]
-        outParamMap.title = uiLabelMap.WebtoolsOutParameters)
+        outParamMap.title = uiLabelMap.WebtoolsOutParameters
         outParamMap.paramList = outParamsList
         allParamsList.add(outParamMap)