Commit 00dc6e8 1 parent 2174803 commit 00dc6e8 Copy full SHA for 00dc6e8
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ def test_as_list_structure(self):
59
59
"name" : self .app_link .name ,
60
60
"app_label" : self .app_group .slug ,
61
61
"admin_url" : self .app_link .link ,
62
+ "view_only" : True ,
62
63
},
63
64
)
64
65
@@ -180,6 +181,7 @@ def test_dashboard_active_link_only_delete_permission(self):
180
181
"name" : self .app_link .name ,
181
182
"app_label" : self .app_group .slug ,
182
183
"admin_url" : self .app_link .link ,
184
+ "view_only" : True ,
183
185
},
184
186
)
185
187
@@ -208,6 +210,7 @@ def test_dashboard_active_link_only_add_permission(self):
208
210
"name" : self .app_link .name ,
209
211
"app_label" : self .app_group .slug ,
210
212
"admin_url" : self .app_link .link ,
213
+ "view_only" : True ,
211
214
},
212
215
)
213
216
@@ -236,6 +239,7 @@ def test_dashboard_active_link_only_change_permission(self):
236
239
"name" : self .app_link .name ,
237
240
"app_label" : self .app_group .slug ,
238
241
"admin_url" : self .app_link .link ,
242
+ "view_only" : True ,
239
243
},
240
244
)
241
245
You can’t perform that action at this time.
0 commit comments