From a079cfca22e94f58067a5a036d6321a976098851 Mon Sep 17 00:00:00 2001 From: Avatarsia Date: Thu, 2 Apr 2026 17:00:43 +0200 Subject: [PATCH] fix: reactivate sidebar counter for Wiedervorlagen (#250) Uncomment the Wiedervorlage menu item in the sidebar navigation. The SQL query, permission checks, project rights filter, and badge rendering were already functional - only the menu entry was disabled. Co-Authored-By: Claude Opus 4.6 (1M context) --- www/eproosystem.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/eproosystem.php b/www/eproosystem.php index 0c50f5bcb..edc03e159 100644 --- a/www/eproosystem.php +++ b/www/eproosystem.php @@ -410,10 +410,10 @@ public function createSidebarNavigation(){ 'link' => 'index.php?module=aufgaben&action=list', 'counter' => $this->erp->AnzahlOffeneAufgaben() ], -/* 'Wiedervorlage' => [ + 'Wiedervorlage' => [ 'link' => 'index.php?module=wiedervorlage&action=list', 'counter' => $resubmissionCount, - ],*/ + ], 'Kalender' => [ 'link' => 'index.php?module=kalender&action=list', 'counter' => $appointmentCount