Changes for page User Directory

Last modified by Ludovic Dubost on 2019/11/21 10:10

From version 2.1
edited by Thomas Mortagne
on 2014/09/29 12:41
Change comment: Install extension [org.xwiki.platform:xwiki-platform-user-directory-ui-6.2]
To version 3.1
edited by Ludovic Dubost
on 2014/10/24 14:12
Change comment: Install extension [org.xwiki.platform:xwiki-platform-user-directory-ui-6.2.2]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ThomasMortagne
1 +xwiki:XWiki.ludovic
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 })