Changes for page User Directory

Last modified by Christian B. on 2019/11/24 20:25

From version 8.1
edited by Stefan Taferner
on 2014/10/08 16:41
Change comment: Install extension [org.xwiki.platform:xwiki-platform-user-directory-ui-6.2]
To version 9.1
edited by Stefan Taferner
on 2014/10/26 15:40
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 })