Skip to content

Commit

Permalink
remove preview from dash co link (#8972)
Browse files Browse the repository at this point in the history
  • Loading branch information
iszmais authored Feb 4, 2025
1 parent b7203ac commit a99583f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function getAdminTabs(): void
);
$this->tabs_gui->addTarget(
'dash_customization',
$this->ctrl->getLinkTarget($this, 'editCustomization')
$this->ctrl->getLinkTargetByClass(ilDashboardPageLanguageSelectGUI::class)
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function afterConstructor(): void

public function finishEditing(): void
{
$this->ctrl->redirectByClass(ilObjDashboardSettingsGUI::class, 'editCustomization');
$this->ctrl->redirectByClass(ilObjDashboardSettingsGUI::class, 'view');
}

public function executeCommand(): string
Expand Down

0 comments on commit a99583f

Please sign in to comment.