From 25dcdab4b0937eaa0ed3e269a7a7b3160284334d Mon Sep 17 00:00:00 2001 From: Sylvano Plocic Date: Fri, 30 Jan 2026 01:49:37 +0100 Subject: [PATCH 1/2] fix: notification group delete func GET to POST --- .gitignore | 1 + app/Views/groups/index.php | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 81cc723..2cedc8a 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ yarn.lock # Build artifacts dist/ build/ +.agent \ No newline at end of file diff --git a/app/Views/groups/index.php b/app/Views/groups/index.php index 8d013d8..8476517 100644 --- a/app/Views/groups/index.php +++ b/app/Views/groups/index.php @@ -120,12 +120,12 @@ ob_start(); - - - +
+ + +
@@ -165,11 +165,12 @@ ob_start(); Manage - - Delete - +
+ + +
From 8419f3b79e6a917fddae0327e458b3b8f8d1d6c4 Mon Sep 17 00:00:00 2001 From: Sylvano <47647452+SylvanoP@users.noreply.github.com> Date: Fri, 30 Jan 2026 02:10:49 +0100 Subject: [PATCH 2/2] Update app/Views/groups/index.php Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- app/Views/groups/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Views/groups/index.php b/app/Views/groups/index.php index 8476517..aef5290 100644 --- a/app/Views/groups/index.php +++ b/app/Views/groups/index.php @@ -122,7 +122,8 @@ ob_start();
-