Skip to content

Commit

Permalink
configure-module: allow 4-digit international prefix
Browse files Browse the repository at this point in the history
Increase the allowed length for report international prefixes to up to
four digits.
  • Loading branch information
Amygos committed Oct 3, 2024
1 parent ae74277 commit e0ac85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/configure-module/validate-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"reports_international_prefix": {
"description": "International prefix for the reports.",
"type": "string",
"pattern": "^(00\\d{2}|\\+\\d{2})$"
"pattern": "^(00\\d{1,4}|\\+\\d{1,4})$"
},
"reports_ui_app_name": {
"description": "Name of the reports UI app.",
Expand Down

0 comments on commit e0ac85a

Please sign in to comment.