Author: phuong_vu
Date: 2011-10-25 23:33:55 -0400 (Tue, 25 Oct 2011)
New Revision: 7883
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-10-26
03:29:07 UTC (rev 7882)
+++
portal/trunk/web/portal/src/main/webapp/groovy/organization/webui/component/UIPermissionSelector.gtmpl 2011-10-26
03:33:55 UTC (rev 7883)
@@ -45,7 +45,7 @@
<%/*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(), "");
Show replies by date