From 93ece4d67007e86066726d9b724a7fefa86db68f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Sep 2025 14:06:45 +0200 Subject: 🗃️ finds - specific tables for recommended treatments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/fixtures/initial_importtypes-fr.json | 16 ++++++++++++---- ishtar_common/fixtures/initial_importtypes-tests-fr.json | 4 ++-- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'ishtar_common/fixtures') diff --git a/ishtar_common/fixtures/initial_importtypes-fr.json b/ishtar_common/fixtures/initial_importtypes-fr.json index 670f1cf94..5f88400b0 100644 --- a/ishtar_common/fixtures/initial_importtypes-fr.json +++ b/ishtar_common/fixtures/initial_importtypes-fr.json @@ -2974,6 +2974,14 @@ "many_split": "&" } }, +{ + "model": "ishtar_common.formatertype", + "fields": { + "formater_type": "TypeFormater", + "options": "archaeological_finds.models.RecommendedTreatmentType", + "many_split": "&" + } +}, { "model": "ishtar_common.formatertype", "fields": { @@ -5679,10 +5687,10 @@ "ishtar-finds", 15 ], - "target": "preservation_to_considers", + "target": "recommended_treatments", "formater_type": [ "TypeFormater", - "archaeological_finds.models.TreatmentType", + "archaeological_finds.models.RecommendedTreatmentType", "&" ], "force_new": false, @@ -6933,10 +6941,10 @@ "inventory_combo", 25 ], - "target": "preservation_to_considers", + "target": "recommended_treatments", "formater_type": [ "TypeFormater", - "archaeological_finds.models.TreatmentType", + "archaeological_finds.models.RecommendedTreatmentType", "&" ], "force_new": false, diff --git a/ishtar_common/fixtures/initial_importtypes-tests-fr.json b/ishtar_common/fixtures/initial_importtypes-tests-fr.json index dfd31ee5b..e8bdb40f9 100644 --- a/ishtar_common/fixtures/initial_importtypes-tests-fr.json +++ b/ishtar_common/fixtures/initial_importtypes-tests-fr.json @@ -1539,10 +1539,10 @@ "mcc-mobilier", 18 ], - "target": "preservation_to_considers", + "target": "recommended_treatments", "formater_type": [ "TypeFormater", - "archaeological_finds.models.TreatmentType", + "archaeological_finds.models.RecommendedTreatmentType", "&" ], "force_new": false, -- cgit v1.2.3