aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/vips/sheets.php
diff options
context:
space:
mode:
authorMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2025-05-06 15:41:54 +0000
committerMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2025-05-06 15:41:54 +0000
commit298cdf462bcc4605fba1cacc44ac40e5e0827113 (patch)
tree4528d15195711f1d2f5eae29ee3dca23c1ce4311 /app/controllers/vips/sheets.php
parent6592d6f08f849e1cac0e9866a9957070b557a947 (diff)
Move all `VueApp::create` related Vue apps to own directory.
Closes #5572 Merge request studip/studip!4194
Diffstat (limited to 'app/controllers/vips/sheets.php')
-rw-r--r--app/controllers/vips/sheets.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/app/controllers/vips/sheets.php b/app/controllers/vips/sheets.php
index 60799a9..f1fc430 100644
--- a/app/controllers/vips/sheets.php
+++ b/app/controllers/vips/sheets.php
@@ -2261,13 +2261,7 @@ class Vips_SheetsController extends AuthenticatedController
return Studip\VueApp::create('ContentBar')->withProps([
'isContentBar' => true,
'toc' => $toc
- ])->withComponent(
- 'ContentBarBreadcrumbs'
- )->withSlot(
- 'breadcrumb-list', sprintf("<content-bar-breadcrumbs :toc='%s'/>", json_encode($toc))
- )->withSlot(
- 'buttons-left', $icons ?? ''
- );
+ ])->withSlot('buttons-left', $icons ?? '');
}
/**