From 119083b12a711ef49205922f30de569195f3437b Mon Sep 17 00:00:00 2001
From: Tim Plunkett <git@plnktt.com>
Date: Sun, 29 Jul 2012 17:25:53 -0500
Subject: [PATCH] Add a note about contextual links not working.

---
 views_ui.module | 1 +
 1 file changed, 1 insertion(+)

diff --git a/views_ui.module b/views_ui.module
index 00068323f964..0f4cec6c18e1 100644
--- a/views_ui.module
+++ b/views_ui.module
@@ -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).
-- 
GitLab