From 739a36dc0f006a206e24c96324cda192d5b6837b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 9 Jan 2024 15:20:00 +0100 Subject: 🏷️ add default data types for geo origin and buffer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/fixtures/initial_geo-fr.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'ishtar_common/fixtures') diff --git a/ishtar_common/fixtures/initial_geo-fr.json b/ishtar_common/fixtures/initial_geo-fr.json index a7563cb85..e84d4fbdb 100644 --- a/ishtar_common/fixtures/initial_geo-fr.json +++ b/ishtar_common/fixtures/initial_geo-fr.json @@ -530,7 +530,18 @@ "comment": "", "available": true, "parent": null, - "order": 10 + "order": 40 + } +}, +{ + "model": "ishtar_common.geoorigintype", + "fields": { + "label": "Vectorisation de photographies a\u00e9riennes", + "txt_idx": "vectorisation-de-photographie-aerienne", + "comment": "", + "available": true, + "parent": null, + "order": 30 } }, { @@ -541,7 +552,7 @@ "comment": "", "available": true, "parent": null, - "order": 10 + "order": 20 } }, { -- cgit v1.2.3