Merge branch 'RED-9994-master' into 'master'
RED-9994: Removed not working transactions to avoid long open db connections... Closes RED-9994 See merge request redactmanager/persistence-service!713
This commit is contained in:
commit
8e2bf84a9d
@ -33,7 +33,6 @@ public abstract class ICustomPermissionService<T, ID extends Serializable> exten
|
||||
}
|
||||
|
||||
|
||||
@Transactional
|
||||
public void applyCustomPermissions(CustomPermissionMappingModel customPermissionMappingModel) {
|
||||
|
||||
var objectIds = provideAllObjectIds();
|
||||
@ -44,7 +43,6 @@ public abstract class ICustomPermissionService<T, ID extends Serializable> exten
|
||||
protected abstract Collection<ID> provideAllObjectIds();
|
||||
|
||||
|
||||
@Transactional
|
||||
public void applyCustomPermissions(CustomPermissionMappingModel customPermissionMappingModel, Serializable objectId) {
|
||||
|
||||
var acl = getOrCreateACL(objectId);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user