mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Patch service I18N. Added permission data patch for AR-344. Bumped up schema version to 3.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2206 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -268,7 +268,7 @@ public abstract class AbstractPatch implements Patch
|
||||
return report;
|
||||
};
|
||||
};
|
||||
String report = TransactionUtil.executeInUserTransaction(transactionService, patchWork);
|
||||
String report = TransactionUtil.executeInNonPropagatingUserTransaction(transactionService, patchWork);
|
||||
// the patch was successfully applied
|
||||
applied = true;
|
||||
// done
|
||||
|
Reference in New Issue
Block a user