Skip to content

Commit 81088f6

Browse files
ObjectsRendererHook: Always use _next as data-base-target
Otherwise the link is opened in the same container (_self).
1 parent 4cd1af7 commit 81088f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/Notifications/Hook/ObjectsRendererHook.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ final public static function renderObjectLink(Objects $object): ?ValidHtml
283283
}
284284

285285
return $objectLink->addAttributes([
286+
'data-base-target' => '_next',
286287
'class' => [
287288
'icinga-module',
288289
'module-' . ($sourceType === 'icinga2' ? 'icingadb' : $sourceType)

0 commit comments

Comments
 (0)