summaryrefslogtreecommitdiff
path: root/archaeological_finds/migrations/0147_data_migration_statement_condition.json
blob: 369099933a8ab260f9e1192a0792bf17415e5f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
    "model": "archaeological_finds.statementconditiontype",
    "fields": {
        "label": "Constat d'\u00e9tat",
        "txt_idx": "constat-d-etat",
        "comment": "",
        "available": true,
        "order": 10,
        "parent": null
    }
},
{
    "model": "archaeological_finds.statementconditiontype",
    "fields": {
        "label": "R\u00e9colement",
        "txt_idx": "recolement",
        "comment": "",
        "available": true,
        "order": 20,
        "parent": null
    }
},
{
    "model": "archaeological_finds.statementconditiontype",
    "fields": {
        "label": "Vu",
        "txt_idx": "recolement-vu",
        "comment": "",
        "available": true,
        "order": 10,
        "parent": ["recolement"]
    }
},
{
    "model": "archaeological_finds.statementconditiontype",
    "fields": {
        "label": "Non vu",
        "txt_idx": "recolement-non-vu",
        "comment": "",
        "available": true,
        "order": 20,
        "parent": ["recolement"]
    }
}
]