Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
b75d67c8
Commit
b75d67c8
authored
Oct 15, 2018
by
Côme Chilliet
Browse files
🚑
fix(user) Set homePhone as PhoneNumberAttribute to restrict format
issue
#5909
parent
4cb832a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/personal/generic/class_user.inc
View file @
b75d67c8
...
@@ -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
String
Attribute
(
new
PhoneNumber
Attribute
(
_
(
'Private phone'
),
_
(
'Home phone number'
),
_
(
'Private phone'
),
_
(
'Home phone number'
),
'homePhone'
,
FALSE
'homePhone'
,
FALSE
),
),
...
...
Côme Chilliet
@cchilliet
mentioned in commit
4e3d3e2a
·
Jan 16, 2019
mentioned in commit
4e3d3e2a
mentioned in commit 4e3d3e2a40a3ec05c734ab2e55a5eb05249f149e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment