mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
100117: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud) 99965: Merged DEV to 5.0.N (5.0.2) 98656: MNT-13529 : Just-installed Alfresco does not return a CMIS latestChangeLogToken - Add initial change log token 99911: MNT-13529 : Just-installed Alfresco does not return a CMIS latestChangeLogToken - Added test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100540 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -3921,7 +3921,10 @@ public class CMISConnector implements ApplicationContextAware, ApplicationListen
|
||||
params.setApplicationName(CMIS_CHANGELOG_AUDIT_APPLICATION);
|
||||
params.setForward(false);
|
||||
auditService.auditQuery(auditQueryCallback, params, 1);
|
||||
latestChangeLogToken = auditQueryCallback.getEntryId();
|
||||
String entryId = auditQueryCallback.getEntryId();
|
||||
// MNT-13529
|
||||
// add initial change log token
|
||||
latestChangeLogToken = entryId == null ? "0" : entryId;
|
||||
}
|
||||
|
||||
// compile repository info
|
||||
|
Reference in New Issue
Block a user