This is an automated email from the ASF dual-hosted git repository. hshpak pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 0950350f58d58de59ff5070c0be0d96710907311 Merge: bdb8503a5 f9132443d Author: Hennadii Shpak <[email protected]> AuthorDate: Wed Aug 24 07:54:45 2022 +0300 Merge pull request #1685 from apache/fix/DATALAB-2863/group-name-validation Fix/datalab 2863/group name validation .../app/administration/administration.module.ts | 5 +- .../webapp/src/app/administration/roles/index.ts | 14 +++--- .../app/administration/roles/roles.component.html | 1 + .../app/administration/roles/roles.component.ts | 18 +++----- .../webapp/src/app/core/directives/index.ts | 19 ++++++-- .../directives/is-group-name-unique.directive.ts | 54 ++++++++++++++++++++++ .../models/role.model.ts} | 35 ++++++++------ .../app/core/services/rolesManagement.service.ts | 11 +---- 8 files changed, 112 insertions(+), 45 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
