Skip to content
Snippets Groups Projects
Commit 19a06fa3 authored by Bram Goffings's avatar Bram Goffings Committed by Tim Plunkett
Browse files

access test fix

parent 3f25bb9a
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -178,7 +178,7 @@ function view_access_perm() { ...@@ -178,7 +178,7 @@ function view_access_perm() {
/* Display: Master */ /* Display: Master */
$handler = $view->new_display('default', 'Master', 'default'); $handler = $view->new_display('default', 'Master', 'default');
$handler->display->display_options['access']['type'] = 'perm'; $handler->display->display_options['access']['type'] = 'permission';
$handler->display->display_options['access']['perm'] = 'views_test test permission'; $handler->display->display_options['access']['perm'] = 'views_test test permission';
$handler->display->display_options['cache']['type'] = 'none'; $handler->display->display_options['cache']['type'] = 'none';
$handler->display->display_options['exposed_form']['type'] = 'basic'; $handler->display->display_options['exposed_form']['type'] = 'basic';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment