Fix readonly Fix add remove (#5324)

* Fix readonly Fix add remove

* Remove useless unit test

* Remove useless code
This commit is contained in:
Maurizio Vitale
2019-12-11 17:51:14 +00:00
committed by Eugenio Romano
parent 88d89b4ca8
commit 7519554ded
9 changed files with 124 additions and 30 deletions

View File

@@ -71,6 +71,11 @@ export class GroupCloudComponent implements OnInit, OnChanges, OnDestroy {
@Input()
preSelectGroups: IdentityGroupModel[] = [];
/** Show the info in readonly mode
*/
@Input()
readOnly: boolean = false;
/** FormControl to search the group */
@Input()
searchGroupsControl: FormControl = new FormControl();