Skip to content

Commit

Permalink
Merge pull request #7917 from schmitz-ilias/10_lom_api_grp
Browse files Browse the repository at this point in the history
Group: remove usages of ilMDUtils
  • Loading branch information
smeyer-ilias authored Aug 12, 2024
2 parents f5ae32b + 31a4a93 commit 1184260
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions components/ILIAS/Group/classes/class.ilObjGroupGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,12 +445,6 @@ public function viewObject(): void
'grp'
);

ilMDUtils::_fillHTMLMetaTags(
$this->object->getId(),
$this->object->getId(),
'grp'
);

if ($this->isActiveAdministrationPanel()) {
parent::renderObject();
$this->addAdoptContentLinkToToolbar();
Expand Down Expand Up @@ -1205,12 +1199,6 @@ public function infoScreen(): void
$this->checkPermission('visible');
}

ilMDUtils::_fillHTMLMetaTags(
$this->object->getId(),
$this->object->getId(),
'grp'
);

$info = new ilInfoScreenGUI($this);

if (strlen($this->object->getInformation())) {
Expand Down

0 comments on commit 1184260

Please sign in to comment.