mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
59891: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3) 59686: Merged PATCHES/V4.2.1 (4.2.1) to V4.2-BUG-FIX (4.2.2) 59685 : Merged DEV to PATCHES/V4.2.1 (4.2.1) 59669 : MNT-10257 : Error during synchronization: java.lang.Integer cannot be cast to java.lang.Long - New fix for this issue was implemented. - Unit test was added. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62210 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2101,7 +2101,7 @@ public class ChainingUserRegistrySynchronizer extends AbstractLifecycleBean
|
||||
ChainingUserRegistrySynchronizer.ROOT_ATTRIBUTE_PATH,
|
||||
ChainingUserRegistrySynchronizer.START_TIME_ATTRIBUTE);
|
||||
ChainingUserRegistrySynchronizer.this.attributeService.setAttribute(
|
||||
-1,
|
||||
-1L,
|
||||
ChainingUserRegistrySynchronizer.ROOT_ATTRIBUTE_PATH,
|
||||
ChainingUserRegistrySynchronizer.END_TIME_ATTRIBUTE);
|
||||
ChainingUserRegistrySynchronizer.this.attributeService.setAttribute(
|
||||
|
Reference in New Issue
Block a user