From 3b0e32b0a21d6935989cc6f9de4ad3fdb13cb642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Thu, 15 Mar 2018 14:02:05 +0100 Subject: [PATCH] Fix group filtering in users list view Use ":true" for angular filter to exact match for searching id (e.g. '2' not '12'). Order groups by id (only important for big mode with caching). --- openslides/users/static/templates/users/user-list.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openslides/users/static/templates/users/user-list.html b/openslides/users/static/templates/users/user-list.html index a6d461452..d31d81791 100644 --- a/openslides/users/static/templates/users/user-list.html +++ b/openslides/users/static/templates/users/user-list.html @@ -97,7 +97,7 @@