Author: jleroux
Date: Fri Jan 13 09:10:12 2012
New Revision: 1230932
URL:
http://svn.apache.org/viewvc?rev=1230932&view=revLog:
Revert r1037565, since it should not have been backported from trunk r1037560
Thanks to Deepak, see
https://issues.apache.org/jira/browse/OFBIZ-4019 for more
Modified:
ofbiz/branches/release10.04/framework/webtools/webapp/webtools/WEB-INF/actions/service/AvailableServices.groovy
Modified: ofbiz/branches/release10.04/framework/webtools/webapp/webtools/WEB-INF/actions/service/AvailableServices.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/webtools/webapp/webtools/WEB-INF/actions/service/AvailableServices.groovy?rev=1230932&r1=1230931&r2=1230932&view=diff==============================================================================
--- ofbiz/branches/release10.04/framework/webtools/webapp/webtools/WEB-INF/actions/service/AvailableServices.groovy (original)
+++ ofbiz/branches/release10.04/framework/webtools/webapp/webtools/WEB-INF/actions/service/AvailableServices.groovy Fri Jan 13 09:10:12 2012
@@ -460,7 +460,6 @@ if (selectedService) {
curOvrPrm.internal = curParam.internal ? uiLabelMap.CommonTrue : uiLabelMap.CommonFalse;
curOvrPrm.mode = curParam.mode;
curOvrPrm.name = curParam.name;
- curOvrPrm.description = curParam.description;
curOvrPrm.optional = curParam.optional ? uiLabelMap.CommonTrue : uiLabelMap.CommonFalse;
curOvrPrm.type = curParam.type;
ovrPrmList.add(curOvrPrm);