Commit b75d67c8 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(user) Set homePhone as PhoneNumberAttribute to restrict format

issue #5909
Showing with 1 addition and 1 deletion
+1 -1
...@@ -189,7 +189,7 @@ class user extends simplePlugin ...@@ -189,7 +189,7 @@ class user extends simplePlugin
_('Home address'), _('Home postal address'), _('Home address'), _('Home postal address'),
'homePostalAddress', FALSE 'homePostalAddress', FALSE
), ),
new StringAttribute ( new PhoneNumberAttribute (
_('Private phone'), _('Home phone number'), _('Private phone'), _('Home phone number'),
'homePhone', FALSE 'homePhone', FALSE
), ),
......
  • bmortier @bmortier

    mentioned in commit 4e3d3e2a

    By Côme Chilliet on 2019-01-16T10:39:24 (imported from GitLab)

    ·

    mentioned in commit 4e3d3e2a

    By Côme Chilliet on 2019-01-16T10:39:24 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !488

    By Côme Chilliet on 2019-01-16T10:39:25 (imported from GitLab)

    ·

    mentioned in merge request !488

    By Côme Chilliet on 2019-01-16T10:39:25 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment