Skip to content

Commit

Permalink
[entity_finder] show block modul title
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Jan 10, 2024
1 parent 8e361a5 commit c90e6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/ExtendEntityFinderSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private function findBlockElements(ExtendEntityFinderEvent $event): void
return;
}
$event->addParent(BlockModel::getTable(), $element->pid);
$event->setOutput('Block module: '.$element->id);
$event->setOutput('Block module: '.$element->title.' (ID: '.$element->id.')');

break;

Expand Down

0 comments on commit c90e6f9

Please sign in to comment.