If several legacy views have the same title, there is no way to distinguish between them when trying to add one to a panel.

The view machine name either alongside the title or as hover text would be very useful.

Comments

joachim’s picture

Status: Active » Needs review

Same kind of approach as http://drupal.org/node/347278 works very nicely:

      $types[$view->name] = array(
        'title' => strip_tags($title ? "$title [$view->name]" : $view->name),
        'icon' => $icon,
        'description' => filter_xss_admin($view->description),
        'required context' => $contexts,
        'category' => array(t('Views'), -1),
      );
esmerel’s picture

No fixes will be added to the 2.x line.

esmerel’s picture

Status: Needs review » Closed (won't fix)