removed permission for customer
This commit is contained in:
parent
889d6ec41b
commit
47e7c0f3a5
@ -188,8 +188,7 @@ public class CustomerUserPermissions extends AbstractPermissions {
|
||||
}
|
||||
};
|
||||
|
||||
private static final PermissionChecker profilePermissionChecker = new PermissionChecker.GenericPermissionChecker(
|
||||
Operation.READ, Operation.READ_CALCULATED_FIELD, Operation.WRITE_CALCULATED_FIELD) {
|
||||
private static final PermissionChecker profilePermissionChecker = new PermissionChecker.GenericPermissionChecker(Operation.READ) {
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
@ -203,5 +202,4 @@ public class CustomerUserPermissions extends AbstractPermissions {
|
||||
return user.getTenantId().equals(entity.getTenantId());
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user