web/views/cwuser.py
changeset 9015 65b8236e1bb4
parent 8665 e65af61bde7d
child 10033 b3a1d15965d9
--- a/web/views/cwuser.py	Fri Jun 14 17:13:17 2013 +0200
+++ b/web/views/cwuser.py	Thu Jun 13 17:27:43 2013 +0200
@@ -189,8 +189,8 @@
     __select__ = StartupView.__select__ & match_user_groups('managers')
     cache_max_age = 0 # disable caching
     # XXX one could wish to display for instance only user's firstname/surname
-    # for non managers but filtering out NULL cause crash with an ldapuser
-    # source.
+    # for non managers but filtering out NULL caused crash with an ldapuser
+    # source. The ldapuser source has been dropped and this code can be updated.
     rql = ('Any U,US,F,S,U,UAA,UDS, L,UAA,USN,UDSN ORDERBY L WHERE U is CWUser, '
            'U login L, U firstname F, U surname S, '
            'U in_state US, US name USN, '