mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix readonly Fix add remove (#5324)
* Fix readonly Fix add remove * Remove useless unit test * Remove useless code
This commit is contained in:
committed by
Eugenio Romano
parent
88d89b4ca8
commit
7519554ded
@@ -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();
|
||||
|
Reference in New Issue
Block a user