mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
SonarCloud fixes (#4235)
This commit is contained in:
@@ -37,7 +37,7 @@ export interface PermissionOptions {
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class NodePermissionService implements NodePermissions {
|
||||
static DEFAULT_OPERATION = 'OR';
|
||||
static readonly DEFAULT_OPERATION = 'OR';
|
||||
|
||||
private defaultOptions: PermissionOptions = {
|
||||
operation: NodePermissionService.DEFAULT_OPERATION,
|
||||
|
Reference in New Issue
Block a user