[users management] show email as text avoid specific primary email rendering (and we don't bother getting a clickable link) stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 29 Apr 2011 12:34:18 +0200
branchstable
changeset 7291 1e28fac16834
parent 7290 f2051e08cbff
child 7292 258c92805066
[users management] show email as text avoid specific primary email rendering (and we don't bother getting a clickable link)
web/views/cwuser.py
--- a/web/views/cwuser.py	Fri Apr 29 12:12:14 2011 +0200
+++ b/web/views/cwuser.py	Fri Apr 29 12:34:18 2011 +0200
@@ -170,7 +170,7 @@
 
 class CWUserManagementView(StartupView):
     __regid__ = 'cw.user-management'
-    rql = ('Any U,USN,F,S,U,UA,UDS, L,UAA,UDSN ORDERBY L WHERE U is CWUser, '
+    rql = ('Any U,USN,F,S,U,UAA,UDS, L,UAA,UDSN ORDERBY L WHERE U is CWUser, '
            'U login L, U firstname F, U surname S, '
            'U in_state US, US name USN, '
            'U primary_email UA?, UA address UAA, '