From 064680de4b505d93c1eef9ee8f6ebffdd1573fd4 Mon Sep 17 00:00:00 2001 From: Thomas Hackl Date: Fri, 23 Jan 2026 12:59:24 +0100 Subject: remove sidebar and add id to step data --- lib/classes/WizardPart.php | 1 + resources/vue/apps/StudipWizard.vue | 36 ++++++++++-------------------------- 2 files changed, 11 insertions(+), 26 deletions(-) diff --git a/lib/classes/WizardPart.php b/lib/classes/WizardPart.php index abf3144..0127e2c 100644 --- a/lib/classes/WizardPart.php +++ b/lib/classes/WizardPart.php @@ -87,6 +87,7 @@ final class WizardPart implements Stringable, JsonSerializable public function jsonSerialize(): mixed { return [ + 'id' => $this->id, 'type' => $this->type, 'title' => $this->title, 'icon' => $this->iconShape, diff --git a/resources/vue/apps/StudipWizard.vue b/resources/vue/apps/StudipWizard.vue index 1ee82c8..cbc4a91 100644 --- a/resources/vue/apps/StudipWizard.vue +++ b/resources/vue/apps/StudipWizard.vue @@ -49,25 +49,6 @@ - - - - -