Author: julien(a)jboss.com
Date: 2007-05-05 17:55:31 -0400 (Sat, 05 May 2007)
New Revision: 7199
Modified:
trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/PortalObjectManagerBean.java
Log:
JBPORTAL-1386 : "Dashboard" permission to a page, then the "Dashboard"
link in the upper right of the page is missing.
Modified:
trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/PortalObjectManagerBean.java
===================================================================
---
trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/PortalObjectManagerBean.java 2007-05-05
17:30:04 UTC (rev 7198)
+++
trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/PortalObjectManagerBean.java 2007-05-05
21:55:31 UTC (rev 7199)
@@ -583,8 +583,7 @@
new SelectItem("view", "View"),
new SelectItem("viewrecursive", "View Recursive"),
new SelectItem("personalize", "Personalize"),
- new SelectItem("personalizerecursive", "Personalize
Recursive"),
- new SelectItem("dashboard", "Dashboard"),
+ new SelectItem("personalizerecursive", "Personalize
Recursive")
};
}
Show replies by date