diff options
| author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2016-07-13 16:06:16 +0200 | 
|---|---|---|
| committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2016-07-13 16:06:16 +0200 | 
| commit | 94fcf45c8e7c7c808ec83e717b80a93ce7eed4b4 (patch) | |
| tree | 58e3a24be48137fb28cd4d9494dad0c1baa0f7ca | |
| parent | 2f235885a3f8b7e1cc6ccd65cfa5515d9c89f646 (diff) | |
| download | Ishtar-94fcf45c8e7c7c808ec83e717b80a93ce7eed4b4.tar.bz2 Ishtar-94fcf45c8e7c7c808ec83e717b80a93ce7eed4b4.zip | |
Fixtures: modification of order
| -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"          }      },  | 
