mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-1351] [GroupCloudComponent] Validate pre-selected groups (#5353)
* * Added an input flag to validate preselected groups. * Modified demo shell groups page. * * Added unit tests to the recent changes. * * Fixed comments
This commit is contained in:
committed by
Maurizio Vitale
parent
12d068c228
commit
68df1ad440
@@ -308,7 +308,11 @@
|
||||
"APP_NAME": "Application Name",
|
||||
"APP_FILTER_MODE": "Filter by application name",
|
||||
"ROLE_FILTER_MODE": "Filter by role",
|
||||
"PRESELECT_VALIDATION": "Preselect validation"
|
||||
"PRESELECT_VALIDATION": "Preselect validation",
|
||||
"ALL_SELECTED_USERS": "All Selected Users",
|
||||
"ALL_SELECTED_GROUPS": "All Selected Groups",
|
||||
"INVALID_USERS": "Invalid Users",
|
||||
"INVALID_GROUPS": "Invalid Groups"
|
||||
},
|
||||
"SETTINGS_CLOUD": {
|
||||
"MULTISELECTION": "Multiselection",
|
||||
|
Reference in New Issue
Block a user