mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. UI action evaluators for Create Web Project and Create Form actions
- permissions are check for Write access to appropriate folders - The Create Web Project action is now only available when the current folder context is the "Websites" folder . NavigationBean bean name constant added git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4452 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -583,7 +583,7 @@ public final class Utils
|
||||
// get hold of the node service, cifsServer and navigation bean
|
||||
NodeService nodeService = Repository.getServiceRegistry(context).getNodeService();
|
||||
NavigationBean navBean = (NavigationBean)context.getExternalContext().
|
||||
getSessionMap().get("NavigationBean");
|
||||
getSessionMap().get(NavigationBean.BEAN_NAME);
|
||||
CIFSServer cifsServer = (CIFSServer)FacesContextUtils.getRequiredWebApplicationContext(
|
||||
context).getBean("cifsServer");
|
||||
|
||||
|
Reference in New Issue
Block a user