Skip to content
Snippets Groups Projects
Commit 921389bc authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #10616 TIME 0:10 accept number in lastname

parent dc06efe4
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<enumeration value="multi" /> <enumeration value="multi" />
</dataType> </dataType>
<dataType name="personname" base="string"> <dataType name="personname" base="string">
<pattern value="/^[A-z\s\-\'\é\è\ê\ë\ï\ö\ç\ä\ü\É\È\Ê\Ë\Ï\Ö\Ç\Ä\Ü]+$/" /> <pattern value="/^[0-9\A-z\s\-\'\é\è\ê\ë\ï\ö\ç\ä\ü\É\È\Ê\Ë\Ï\Ö\Ç\Ä\Ü]+$/" />
</dataType> </dataType>
<dataType name="short_word" base="word"> <dataType name="short_word" base="word">
<pattern value="/^\w{1,5}$/" /> <pattern value="/^\w{1,5}$/" />
......
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