Skip to content

Commit

Permalink
PRG: 38422, have ObjectListGUI create CommandLink
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaagen authored and klees committed Dec 11, 2024
1 parent 62f5d59 commit 53d2592
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ public function insertCommonSocialCommands($header_actions = false): void
{
}

/**
* @inheritdoc
*/
public function getCommandLink(string $cmd): string
{
$this->ctrl->setParameterByClass("ilobjstudyprogrammegui", "ref_id", $this->ref_id);

return $this->ctrl->getLinkTargetByClass("ilobjstudyprogrammegui", $cmd);
}

/**
* @inheritdoc
*/
Expand Down

0 comments on commit 53d2592

Please sign in to comment.