diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-24 18:51:35 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-24 18:51:35 +0200 |
commit | cc48605fa5e63dc315919858ead808c2be10836f (patch) | |
tree | 8a5c3f054a5cd53d077b039cb7bae810a8ad8ea4 /fixtures | |
parent | bc2112bf857f05ae7817b1b7d099f92cf2fc166b (diff) | |
download | Ishtar-cc48605fa5e63dc315919858ead808c2be10836f.tar.bz2 Ishtar-cc48605fa5e63dc315919858ead808c2be10836f.zip |
Fixtures: add context record relation view permission
Diffstat (limited to 'fixtures')
-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" ] ] } |