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
No related branches found
No related tags found
No related merge requests found
......@@ -638,6 +638,7 @@ function views_ui_get_form_wizard_instance($wizard) {
* Implements hook_views_plugins_alter().
*/
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
// paths underneath "admin/structure/views/view/{$view->name}" (i.e., paths
// 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