Skip to content

Commit

Permalink
SHIBUI-2088/2089/2090
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegawa committed Sep 14, 2021
1 parent ec2be12 commit de5685e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ public void deleteDefinition(String resourceId) throws EntityNotFoundException,
*/
@Override
public boolean doesStringMatchGroupPattern(String groupId, String uri) {
if (Group.ADMIN_GROUP.getResourceId().equals(groupId)) {
return true;
}
Group group = find(groupId);

String regExp = group.getValidationRegex();
Expand Down

0 comments on commit de5685e

Please sign in to comment.