From c7083afb6c099fce14b22862baac227b108175e2 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 31 Oct 2024 11:22:24 +0100 Subject: [PATCH] fix: Fix the Collection group's default value If the group contained a special char (e.g. "&"), the comparison didn't work because `$name` is escaped while `$group->name` isn't. --- src/views/collections/groups/edit.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/collections/groups/edit.phtml b/src/views/collections/groups/edit.phtml index a2eddeeb..6931f7aa 100644 --- a/src/views/collections/groups/edit.phtml +++ b/src/views/collections/groups/edit.phtml @@ -77,7 +77,7 @@ -