mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged 5.0.N (5.0.3) to 5.1.N (5.1.0) (PARTIAL MERGE)
111834: Merged V4.2-BUG-FIX (4.2.6) to 5.0.N (5.0.3) 111589: Merged V4.1-BUG-FIX (4.1.11) to V4.2-BUG-FIX (4.2.6) 111531: MNT-13871: Count authorised users as those who've logged in, not total # of person objects - Added small changes required for compilation of authorization module. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@111899 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -95,7 +95,7 @@ public class People extends BaseScopableProcessorExtension implements Initializi
|
||||
private int defaultListMaxResults = 5000;
|
||||
private boolean honorHintUseCQ = true;
|
||||
|
||||
private static final String HINT_CQ_SUFFIX = " [hint:useCQ]";
|
||||
protected static final String HINT_CQ_SUFFIX = " [hint:useCQ]";
|
||||
|
||||
public void afterPropertiesSet() throws Exception
|
||||
{
|
||||
|
Reference in New Issue
Block a user