mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ACA-2864] Site Managers are not able to disable inherit permissions … (#7021)
* [ACA-2864] Site Managers are not able to disable inherit permissions in DW/ACA * * added test cases * * fixed lints * * [force ci] remove mispell
This commit is contained in:
@@ -24,6 +24,7 @@ export class PermissionDisplayModel implements PermissionElement {
|
||||
accessStatus?: PermissionElement.AccessStatusEnum;
|
||||
isInherited: boolean = false;
|
||||
icon: string;
|
||||
readonly?: boolean;
|
||||
|
||||
constructor(obj?: any) {
|
||||
if (obj) {
|
||||
|
Reference in New Issue
Block a user