Author: phuong_vu
Date: 2011-08-31 02:34:36 -0400 (Wed, 31 Aug 2011)
New Revision: 7258
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/organization/webui/component/UIPermissionSelector.gtmpl
Log:
GTNPORTAL-2060 IE : show error message 'Invalid character' when Add new Portal
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/organization/webui/component/UIPermissionSelector.gtmpl
===================================================================
---
portal/trunk/web/portal/src/main/webapp/groovy/organization/webui/component/UIPermissionSelector.gtmpl 2011-08-31
06:16:07 UTC (rev 7257)
+++
portal/trunk/web/portal/src/main/webapp/groovy/organization/webui/component/UIPermissionSelector.gtmpl 2011-08-31
06:34:36 UTC (rev 7258)
@@ -47,7 +47,7 @@
<td>
<%/*Click on this action button will pop up the permission selector*/%>
<%
- String deletePermissionEvent = "#";
+ String deletePermissionEvent = "javascript:void(0)";
String css = "FloatBlockHidden ActionButton SimpleStyle";
if(permission.getExpression() != null &&
permission.getExpression().length() > 0) {
deletePermissionEvent = uiForm.event("DeletePermission",
uicomponent.getId(), "");