summaryrefslogtreecommitdiff
path: root/fixtures
diff options
context:
space:
mode:
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
commit9f17817b0e89348ae82f88f21befb9568349fbc1 (patch)
tree8a5c3f054a5cd53d077b039cb7bae810a8ad8ea4 /fixtures
parentbe7cd2a17aeff396a74513037f4abfefe51a7920 (diff)
downloadIshtar-9f17817b0e89348ae82f88f21befb9568349fbc1.tar.bz2
Ishtar-9f17817b0e89348ae82f88f21befb9568349fbc1.zip
Fixtures: add context record relation view permission
Diffstat (limited to 'fixtures')
-rw-r--r--fixtures/initial_data-auth-fr.json16
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"
]
]
}