Once I've added a Legacy View to a panel, there appears to be no way to tell which view it was. All I can see is the view title.
The view machine name should be shown somewhere, for example in the settings popup for that item.

Comments

joachim’s picture

Status: Active » Needs review

A possible fix:
In function panels_views_legacy_title($conf), change the return statement to:

  return $title ? "$title [$view->name]" : $view->name;
esmerel’s picture

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

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