diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-11-18 11:45:11 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:45:56 +0100 |
commit | c799c6902e389d2c91f602380b5639878af73356 (patch) | |
tree | 71d98d06a429ac392280c22c328d6d9c8649881b /archaeological_finds/fixtures | |
parent | 0f9d6565ab50757d5530fc785803906d437aaad1 (diff) | |
download | Ishtar-c799c6902e389d2c91f602380b5639878af73356.tar.bz2 Ishtar-c799c6902e389d2c91f602380b5639878af73356.zip |
🗃️ database: add associated basket to treatments - is exhibition for treatments types
Diffstat (limited to 'archaeological_finds/fixtures')
-rw-r--r-- | archaeological_finds/fixtures/initial_data-fr.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/archaeological_finds/fixtures/initial_data-fr.json b/archaeological_finds/fixtures/initial_data-fr.json index 4b0c75553..ef6af8b9e 100644 --- a/archaeological_finds/fixtures/initial_data-fr.json +++ b/archaeological_finds/fixtures/initial_data-fr.json @@ -7029,16 +7029,18 @@ "label": "Demande de pr\u00eat pour \u00e9tude", "txt_idx": "loan_demand_study", "comment": "", - "available": true + "available": true, + "is_exhibition": false } }, { "model": "archaeological_finds.treatmentfiletype", "fields": { - "label": "Demande de pr\u00eat pour exposition", + "label": "Exposition", "txt_idx": "loan-for-exhibition", "comment": "", - "available": true + "available": true, + "is_exhibition": true } }, { @@ -7047,7 +7049,8 @@ "label": "Intention de donation", "txt_idx": "gift_wish", "comment": "", - "available": true + "available": true, + "is_exhibition": false } }, { |