From c393317adb40c10d99fc2a50d322c872157441c4 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sat, 6 Jan 2024 14:46:54 +0100 Subject: [PATCH] add v2.1 branch to security md as currently supported as well as update main-branch version; add field.disabled attribute to formfield-input-template Signed-off-by: Michael Kaufmann --- SECURITY.md | 3 ++- templates/Froxlor/form/formfields.html.twig | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 7aeed9ca..08f54378 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,7 +10,8 @@ With that, good luck hacking us ;) ## Supported versions -- ️✅ **2.1.x** (`main` git-branch) +- ️✅ **2.2.x** (`main` git-branch) +- ️✅ **2.1.x** (`v2.1` git-branch) - ❌ 2.0.x (`2.0.x`-tags) - ❌ 0.10.x (`0.10.x`-tags) - ❌ other git-branches diff --git a/templates/Froxlor/form/formfields.html.twig b/templates/Froxlor/form/formfields.html.twig index c8dfcab3..712ef61c 100644 --- a/templates/Froxlor/form/formfields.html.twig +++ b/templates/Froxlor/form/formfields.html.twig @@ -170,7 +170,7 @@ {% if field.next_to is defined %}
{% endif %} - + {% if field.type == 'hidden' and field.display is defined %} {% endif %}