diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-28 14:53:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-28 14:53:20 +0200 |
commit | bf633470b4dd719d55122cd4e2118fa5daf63ef1 (patch) | |
tree | e33dfdfc121d216142c191ce38ff8750a1379b7a | |
parent | 9f5b7701c44132df019fe0923c801138c6e56075 (diff) | |
download | Ishtar-bf633470b4dd719d55122cd4e2118fa5daf63ef1.tar.bz2 Ishtar-bf633470b4dd719d55122cd4e2118fa5daf63ef1.zip |
Fix account listing
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |