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

FIX #5339 accept ¨ in lastname

parent 5df912fd
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@
<enumeration value="multi" />
</dataType>
<dataType name="personname" base="string">
<pattern value="/^[A-z\s\-\'\é\è\ï]+$/" />
<pattern value="/^[A-z\s\-\'\é\è\ê\ë\ï\ö\ç\ä\ü]+$/" />
</dataType>
<dataType name="short_word" base="word">
<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