Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-2535 (pull request #642)
Browse files Browse the repository at this point in the history
Fixed max length validation for groups

Approved-by: Doug Sonaty
  • Loading branch information
rmathis committed Feb 16, 2023
2 parents 33345c1 + ef3ca37 commit 0417d0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/public/assets/schema/groups/group.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"validationRegex": {
"title": "label.url-validation-regex",
"description": "tooltip.url-validation-regex",
"type": "string"
"type": "string",
"maxLength": 255
},
"approversList": {
"title": "label.approvers-list",
Expand Down

0 comments on commit 0417d0c

Please sign in to comment.