diff --git a/application/forms/Dashboard/DashletForm.php b/application/forms/Dashboard/DashletForm.php index 5d20634b3..2af8a58a6 100644 --- a/application/forms/Dashboard/DashletForm.php +++ b/application/forms/Dashboard/DashletForm.php @@ -285,9 +285,5 @@ class DashletForm extends BaseDashboardForm 'dashlet' => $dashlet->getTitle(), 'url' => $dashlet->getUrl()->getRelativeUrl() )); - - if ($this->getPopulatedValue('pane') !== self::CREATE_NEW_PANE) { - $this->populate(['pane' => $dashlet->getPane()->getTitle()]); - } } }