Changes for page User Directory

Last modified by Thomas Mortagne on 2019/11/04 10:44

From version 6.1
edited by Thomas Mortagne
on 2014/09/22 15:15
Change comment: Install extension [org.xwiki.platform:xwiki-platform-user-directory-ui-6.2]
To version 7.1
edited by Thomas Mortagne
on 2014/10/21 11:23
Change comment: Install extension [org.xwiki.platform:xwiki-platform-user-directory-ui-6.2.2]

Summary

Details

Page properties
Content
... ... @@ -158,7 +158,7 @@
158 158   #set($type = 'number')
159 159   #elseif ($classPropertyType.endsWith('PasswordClass'))
160 160   #set($sortable = false)
161 - #elseif ($classPropertyType.endsWith('TextAreaClass'))
161 + #elseif ($classPropertyType.endsWith('TextAreaClass') || $classPropertyType.endsWith('EmailClass'))
162 162   #set($html = true)
163 163   #end
164 164   #set ($columnValue = { 'type' : $type, 'link' : $link, 'html' : $html, 'sortable' : $sortable, 'displayName' : $displayName })