diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-07-13 16:06:16 +0200 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-07-13 16:06:16 +0200 |
commit | b7cc455b2d2d1375d909f42aeb0157085d2a5be3 (patch) | |
tree | 58e3a24be48137fb28cd4d9494dad0c1baa0f7ca /archaeological_context_records/fixtures | |
parent | e8941cc1cea0b825f5bc3ec1194d41a669d1b37f (diff) | |
download | Ishtar-b7cc455b2d2d1375d909f42aeb0157085d2a5be3.tar.bz2 Ishtar-b7cc455b2d2d1375d909f42aeb0157085d2a5be3.zip |
Fixtures: modification of order
Diffstat (limited to 'archaeological_context_records/fixtures')
-rw-r--r-- | archaeological_context_records/fixtures/initial_data-fr.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_context_records/fixtures/initial_data-fr.json b/archaeological_context_records/fixtures/initial_data-fr.json index 14ba16dfb..4991e7b66 100644 --- a/archaeological_context_records/fixtures/initial_data-fr.json +++ b/archaeological_context_records/fixtures/initial_data-fr.json @@ -23,7 +23,7 @@ "pk": 1, "model": "archaeological_context_records.activitytype", "fields": { - "comment": "Unit\u00e9 enregistrement qui n'est pas directement d'origine anthropique. ", + "comment": "Unit\u00e9 enregistrement qui n'est pas directement d'origine anthropique", "available": true, "txt_idx": "natural", "order": 1000, @@ -48,7 +48,7 @@ "comment": "Unit\u00e9 r\u00e9sultant de l'arr\u00eat d'anthropisation", "available": true, "txt_idx": "desertion", - "order": 1200, + "order": 1300, "label": "Abandon" } }, @@ -59,7 +59,7 @@ "comment": "Unit\u00e9 li\u00e9e \u00e0 l'anthropisation elle-m\u00eame", "available": true, "txt_idx": "occupation", - "order": 1300, + "order": 1200, "label": "Occupation" } }, |