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

Fixes #4154 Added displayName field to users

Showing with 4 additions and 0 deletions
+4 -0
......@@ -358,6 +358,10 @@ class user extends simplePlugin
'name' => _('Personal contact information'),
'icon' => 'geticon.php?context=types&icon=contact&size=16',
'attrs' => array(
new StringAttribute (
_('Display name'), _('Name this user should appear as. Used by Exchange.'),
'displayName', FALSE
),
new TextAreaAttribute (
_('Home address'), _('Home postal address'),
'homePostalAddress', FALSE
......
  • bmortier @bmortier

    mentioned in issue #1358 (closed)

    By olfway on 2017-09-02T15:23:32 (imported from GitLab)

    ·

    mentioned in issue #1358 (closed)

    By olfway on 2017-09-02T15:23:32 (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