[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:
Dharan
2021-05-14 18:42:57 +05:30
committed by GitHub
parent 81042f1951
commit 65e3a21c25
7 changed files with 190 additions and 14 deletions

View File

@@ -24,6 +24,7 @@ export class PermissionDisplayModel implements PermissionElement {
accessStatus?: PermissionElement.AccessStatusEnum;
isInherited: boolean = false;
icon: string;
readonly?: boolean;
constructor(obj?: any) {
if (obj) {