Skip to content

Commit c159366

Browse files
MediaPool: remove duplicate metadata action when editing content snippet (ILIAS-eLearning#11161)
1 parent 1e2cc84 commit c159366

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

components/ILIAS/MediaPool/classes/class.ilMediaPoolPageGUI.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -347,19 +347,6 @@ public function getAdditionalPageActions(): array
347347
{
348348
$tabs = [];
349349

350-
$mdgui = new ilObjectMetaDataGUI(
351-
$this->meta_data_rep_obj,
352-
$this->meta_data_type,
353-
$this->meta_data_sub_obj_id
354-
);
355-
$mdtab = $mdgui->getTab();
356-
if ($mdtab) {
357-
$tabs[] = $this->ui->factory()->link()->standard(
358-
$this->lng->txt('meta_data'),
359-
$mdtab
360-
);
361-
}
362-
363350
$tabs[] =
364351
$this->ui->factory()->link()->standard(
365352
$this->lng->txt('cont_usage'),

0 commit comments

Comments
 (0)