aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2023-04-25 11:02:02 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2023-04-25 11:02:02 +0000
commit0d46c9549881cdce2a9bef7f18dbca4ef9d2e1b5 (patch)
tree183691588d361106803d6692eee2e9bf5e75d4a2 /app
parent35ed31ce8e6f281a027df955b3251f5002875420 (diff)
fixes #2578
Closes #2578 Merge request studip/studip!1738
Diffstat (limited to 'app')
-rw-r--r--app/views/resources/booking/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/resources/booking/index.php b/app/views/resources/booking/index.php
index 3c56bd9..3e004ec 100644
--- a/app/views/resources/booking/index.php
+++ b/app/views/resources/booking/index.php
@@ -82,10 +82,10 @@
<? endif ?>
<? if ($user_may_see_course_data): ?>
<h3><?= _('Gebucht für:') ?></h3>
- <a href="<?= URLHelper::getScriptLink(
+ <a href="<?= URLHelper::getLink(
'dispatch.php/course/details/index/'
. $booking->getAssignedUser()->id
- ) ?>" data-dialog>
+ ) ?>" target="_blank">
<?= htmlReady($booking->getAssignedUserName(), true, true) ?>
<?= Icon::create(
'link-intern',