mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
. Added Repository and Patch system properties to System Info admin page in the web-client
. For extensibility - changed all service references in appropriate JSF Managed beans from "private" to "protected" git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2426 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -48,10 +48,10 @@ public class RecentSpacesBean implements IContextListener
|
||||
private static Logger logger = Logger.getLogger(RecentSpacesBean.class);
|
||||
|
||||
/** The NavigationBean reference */
|
||||
private NavigationBean navigator;
|
||||
protected NavigationBean navigator;
|
||||
|
||||
/** The BrowseBean reference */
|
||||
private BrowseBean browseBean;
|
||||
protected BrowseBean browseBean;
|
||||
|
||||
/** Maximum number of recent spaces to show */
|
||||
private Integer maxRecentSpaces = null;
|
||||
|
Reference in New Issue
Block a user