mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixed ALF-4676: WorkProviderIterator over BatchProcessWorkProvider does not fetch all results
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22297 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -336,9 +336,8 @@ public class AuthorityMigrationPatch extends AbstractPatch
|
||||
return authNodeRef;
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see org.alfresco.repo.admin.patch.AbstractPatch#applyInternal()
|
||||
/**
|
||||
* TODO: The walking of the group associations should be wrapped up in a BatchProcessWorkProvider, if possible
|
||||
*/
|
||||
@Override
|
||||
protected String applyInternal() throws Exception
|
||||
|
Reference in New Issue
Block a user