Skip to content

Commit

Permalink
refactor dashboard recommended content modals for multi manage (ILIAS…
Browse files Browse the repository at this point in the history
  • Loading branch information
iszmais authored Dec 9, 2024
1 parent 5f54686 commit b05e13d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function addCustomCommandsToActionMenu(ilObjectListGUI $itemListGui, int
);
}

public function confirmedRemoveObject(array $ids): void
public function confirmedRemove(array $ids): void
{
$rec_manager = new ilRecommendedContentManager();
foreach ($ids as $ref_id) {
Expand All @@ -126,7 +126,7 @@ public function confirmedRemoveObject(array $ids): void

public function removeMultipleEnabled(): bool
{
return false;
return true;
}

public function getRemoveMultipleActionText(): string
Expand Down

0 comments on commit b05e13d

Please sign in to comment.