From b04b7fd2b4f26c83067c31a4ff7db3a190294670 Mon Sep 17 00:00:00 2001 From: richardjubla <95908537+richardjubla@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:19:06 +0200 Subject: [PATCH] Update _attrs_application.html.haml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit application_closing_at wird doppelt ausgegeben. Dies führt dazu, dass das Feld "Anmeldeschluss" zwei Mal im Frontend sichtbar ist und den User verwirrt. --- app/views/events/_attrs_application.html.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/events/_attrs_application.html.haml b/app/views/events/_attrs_application.html.haml index 2062c595fc..759f22eed6 100644 --- a/app/views/events/_attrs_application.html.haml +++ b/app/views/events/_attrs_application.html.haml @@ -6,8 +6,6 @@ = present_labeled_attr(entry, :application_opening_at) - entry.used?(:application_closing_at) do = present_labeled_attr(entry, :application_closing_at) - - entry.used?(:application_closing_at) do - = present_labeled_attr(entry, :application_closing_at) = labeled_attr(entry, :booking_info) - entry.used?(:external_applications) do = labeled(Event.human_attribute_name(:external_applications), entry.external_application_link(@group))