Author: adrianc
Date: Mon Jan 2 15:52:31 2012
New Revision: 1226447
URL: http://svn.apache.org/viewvc?rev=1226447&view=rev
Log:
Small fixup for rev 1226325.
Modified:
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/calendar/CreateUrlParam.groovy
Modified:
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/calendar/CreateUrlParam.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/calendar/CreateUrlParam.groovy?rev=1226447&r1=1226446&r2=1226447&view=diff
==============================================================================
---
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/calendar/CreateUrlParam.groovy
(original)
+++
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/calendar/CreateUrlParam.groovy
Mon Jan 2 15:52:31 2012
@@ -23,6 +23,7 @@ import org.ofbiz.base.util.*;
Map urlParametersMap = UtilHttp.getQueryStringOnlyParameterMap(request);
urlParametersMap.remove("period");
urlParametersMap.remove("start");
+urlParametersMap.remove("form");
StringBuilder sb = new StringBuilder();
for (entry in urlParametersMap.entrySet()) {
sb.append("&").append(entry.getKey()).append("=").append(entry.getValue());