mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.2E to HEAD
17411: Fix for ETHREEOH-3209 - Share Admin Console edit/delete user buttons now respect account mutability. - Cleanup to incorrect and overly verbose FreeMarker for slingshot user metadata webscript. 17412: Updated batch log output value for running on large repos (which is where you would actually care about the output anyway). 17414: Fix for ETHREEOH-3071 - Unable to remove a group from user profile. 17416: *RECORD ONLY* Removed mobile.war from WAR bundles git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18121 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -188,13 +188,12 @@ public class FixNameCrcValuesPatch extends AbstractPatch implements ApplicationE
|
||||
// get the association types to check
|
||||
BatchProcessor<Long> batchProcessor = new BatchProcessor<Long>(logger, transactionService
|
||||
.getRetryingTransactionHelper(), ruleService, applicationEventPublisher, findMismatchedCrcs(),
|
||||
"FixNameCrcValuesPatch", 100, 2, 20);
|
||||
"FixNameCrcValuesPatch", 1000, 2, 20);
|
||||
|
||||
// Precautionary flush and clear so that we have an empty session
|
||||
getSession().flush();
|
||||
getSession().clear();
|
||||
|
||||
|
||||
int updated = batchProcessor.process(new Worker<Long>(){
|
||||
|
||||
public String getIdentifier(Long entry)
|
||||
|
Reference in New Issue
Block a user