diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-03-09 13:26:04 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-03-09 13:28:05 +0100 |
commit | 8276cfe397dc715d1710a27a29f617565daffb90 (patch) | |
tree | 2f2bd88a0360e3674ce7bdbfc135f737166e1bf3 /ishtar_common/forms.py | |
parent | 056f9956550a16e2ba441bc2053f4173cec5b519 (diff) | |
download | Ishtar-8276cfe397dc715d1710a27a29f617565daffb90.tar.bz2 Ishtar-8276cfe397dc715d1710a27a29f617565daffb90.zip |
Quick actions - tables - site: add bulk update form (towns field)
Diffstat (limited to 'ishtar_common/forms.py')
-rw-r--r-- | ishtar_common/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py index 16edbdcd4..17ada982f 100644 --- a/ishtar_common/forms.py +++ b/ishtar_common/forms.py @@ -1035,6 +1035,7 @@ class QAForm(CustomForm, ManageOldType): else: self._set_value(item, base_key) item.history_modifier = user + item._cached_label_checked = False item.save() |