Skip to content
Snippets Groups Projects
Commit 0887bc00 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Fix regexp for ICS id validation

Validation worked in the models because fullmatch is used but in the
Regexp validators from wtforms, only match is called.

The form validator didn't catch "AAA1100".
Test added for this.

JIRA INFRA-1569 #action In Progress
parent d17fc76e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment