diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 10:15:31 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 10:15:31 +0200 |
| commit | 5055826f761d02a1d4d2089fc14f59ad6c056e85 (patch) | |
| tree | 3d588aeb15ba6fa928176a95395e8b72951daa9f /fixtures/initial_data-auth-fr.json | |
| parent | 92d22b1ce956af34fb7b98f7bc280ec6ad94d46b (diff) | |
| parent | 9f17817b0e89348ae82f88f21befb9568349fbc1 (diff) | |
| download | Ishtar-5055826f761d02a1d4d2089fc14f59ad6c056e85.tar.bz2 Ishtar-5055826f761d02a1d4d2089fc14f59ad6c056e85.zip | |
Merge branch 'master' into develop
Diffstat (limited to 'fixtures/initial_data-auth-fr.json')
| -rw-r--r-- | fixtures/initial_data-auth-fr.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fixtures/initial_data-auth-fr.json b/fixtures/initial_data-auth-fr.json index 87eb1d3a1..4fa4af0e1 100644 --- a/fixtures/initial_data-auth-fr.json +++ b/fixtures/initial_data-auth-fr.json @@ -5016,6 +5016,17 @@ } }, { + "model": "auth.permission", + "fields": { + "name": "Can view all record relations - view", + "content_type": [ + "archaeological_context_records", + "recordrelationview" + ], + "codename": "view_recordrelation" + } +}, +{ "model": "auth.group", "fields": { "name": "Op\u00e9rations : lecture", @@ -5060,6 +5071,11 @@ "view_recordrelation", "archaeological_context_records", "recordrelations" + ], + [ + "view_recordrelation", + "archaeological_context_records", + "recordrelationview" ] ] } |
