Skip to content
Snippets Groups Projects
Commit 119083b1 authored by Tim Plunkett's avatar Tim Plunkett
Browse files

Add a note about contextual links not working.

parent b541e3c1
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
...@@ -638,6 +638,7 @@ function views_ui_get_form_wizard_instance($wizard) { ...@@ -638,6 +638,7 @@ function views_ui_get_form_wizard_instance($wizard) {
* Implements hook_views_plugins_alter(). * Implements hook_views_plugins_alter().
*/ */
function views_ui_views_plugins_alter(&$plugins) { function views_ui_views_plugins_alter(&$plugins) {
// @todo This currently does not work, investigate annotation alters.
// Attach contextual links to each display plugin. The links will point to // Attach contextual links to each display plugin. The links will point to
// paths underneath "admin/structure/views/view/{$view->name}" (i.e., paths // paths underneath "admin/structure/views/view/{$view->name}" (i.e., paths
// for editing and performing other contextual actions on the view). // for editing and performing other contextual actions on the view).
......
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