[ADF-5031][PeopleCloudComponent] [PeopleCloudComponent] Provide a way to make selected items read-only (not remove) (#5289)

* [DW-1618] Admin App -Application Instances - Able to delete all the admin users in Manage app permissions.

* [ADF-5031] [PeopleCloudComponent] Do not delete selected users completely.

* Added flag for not to remove last chip
* Added unit tests to the changes.

* * Added doc

* * Changed removeLastChip to remove

* * Added readonly strategy
* Removed remove input
* Updated unit tests

* * Added  tooltip
* Hiding remove icon.

* * Fixed unit tests
This commit is contained in:
siva kumar
2019-12-09 16:10:33 +05:30
committed by Maurizio Vitale
parent 57df944bbf
commit 84dac48d9b
7 changed files with 90 additions and 6 deletions

View File

@@ -24,4 +24,5 @@ export interface IdentityUserModel {
createdTimestamp?: any;
emailVerified?: boolean;
enabled?: boolean;
readonly?: boolean;
}