diff --git a/application/forms/Dashboard/DashletForm.php b/application/forms/Dashboard/DashletForm.php index 59ae41582..d25001a23 100644 --- a/application/forms/Dashboard/DashletForm.php +++ b/application/forms/Dashboard/DashletForm.php @@ -148,9 +148,9 @@ class DashletForm extends Form $this->populate(array( 'pane' => $dashlet->getPane()->getName(), 'org_pane' => $dashlet->getPane()->getName(), - 'dashlet' => $dashlet->getTitle(), - 'org_dashlet' => $dashlet->getTitle(), - 'url' => $dashlet->getUrl() + 'dashlet' => $dashlet->getTitle(), + 'org_dashlet' => $dashlet->getTitle(), + 'url' => $dashlet->getUrl()->getRelativeUrl() )); } } diff --git a/application/views/scripts/dashboard/settings.phtml b/application/views/scripts/dashboard/settings.phtml index 2c638c318..3376da835 100644 --- a/application/views/scripts/dashboard/settings.phtml +++ b/application/views/scripts/dashboard/settings.phtml @@ -55,8 +55,8 @@