From bf633470b4dd719d55122cd4e2118fa5daf63ef1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 28 Aug 2018 14:53:20 +0200 Subject: Fix account listing --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ishtar_common/models.py b/ishtar_common/models.py index f80e50a18..1db2ac4ea 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3084,7 +3084,7 @@ class IshtarUser(FullSearch): # search parameters EXTRA_REQUEST_KEYS = { - 'person__person_types_list': 'person__person_types__name' + 'person__person_types_list': 'person__person_types__label' } # alternative names of fields for searches -- cgit v1.2.3