diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-19 10:22:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-19 10:25:25 +0200 |
commit | b566d34f21325380bf0086c9cf515a4fbabc82bd (patch) | |
tree | 2190b9c0369ec5c521c2758de58371eb4d07b03d | |
parent | 45769bc5b440183dd5e46b40ec2cdd364a3a01db (diff) | |
download | Ishtar-b566d34f21325380bf0086c9cf515a4fbabc82bd.tar.bz2 Ishtar-b566d34f21325380bf0086c9cf515a4fbabc82bd.zip |
✨ batch update find: previous id can be changed for many find
-rw-r--r-- | archaeological_finds/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 5dc6910ea..967168c66 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -936,6 +936,7 @@ class QAFindFormMulti(QAForm): MULTI = True REPLACE_FIELDS = [ "qa_denomination", + "qa_previous_id", "qa_ue", "qa_manufacturing_place", "qa_checked_type", @@ -991,7 +992,6 @@ class QAFindFormMulti(QAForm): SINGLE_FIELDS = [ "qa_label", - "qa_previous_id", "qa_get_first_base_find__excavation_id", "qa_museum_id_prefix", "qa_museum_id", |