diff -r a570191d67b0 -r 2fcb53ee5178 cubicweb/web/views/cwuser.py --- a/cubicweb/web/views/cwuser.py Tue Oct 09 16:24:12 2018 +0200 +++ b/cubicweb/web/views/cwuser.py Mon Oct 29 10:04:31 2018 +0100 @@ -43,8 +43,8 @@ class UserPreferencesEntityAction(action.Action): __regid__ = 'prefs' - __select__ = (one_line_rset() & is_instance('CWUser') & - match_user_groups('owners', 'managers')) + __select__ = (one_line_rset() & is_instance('CWUser') + & match_user_groups('owners', 'managers')) title = _('preferences') category = 'mainactions'