mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +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:
@@ -1499,22 +1499,22 @@ public class AdvancedSearchBean
|
||||
private static final String NO_SELECTION = "NONE";
|
||||
|
||||
/** The NodeService to be used by the bean */
|
||||
private NodeService nodeService;
|
||||
protected NodeService nodeService;
|
||||
|
||||
/** The NamespaceService to be used by the bean */
|
||||
private NamespaceService namespaceService;
|
||||
protected NamespaceService namespaceService;
|
||||
|
||||
/** The NavigationBean reference */
|
||||
private NavigationBean navigator;
|
||||
protected NavigationBean navigator;
|
||||
|
||||
/** SearchService bean reference */
|
||||
private SearchService searchService;
|
||||
protected SearchService searchService;
|
||||
|
||||
/** PermissionService */
|
||||
private PermissionService permissionService;
|
||||
protected PermissionService permissionService;
|
||||
|
||||
/** Client Config reference */
|
||||
private AdvancedSearchConfigElement searchConfigElement = null;
|
||||
protected AdvancedSearchConfigElement searchConfigElement = null;
|
||||
|
||||
/** Progressive panel UI state */
|
||||
private Map<String, Boolean> panels = new HashMap(5, 1.0f);
|
||||
|
Reference in New Issue
Block a user