From ad02b956bec37d924ebef91e8dee0871d2531e15 Mon Sep 17 00:00:00 2001 From: Julian Dehm Date: Tue, 23 Apr 2024 15:04:15 +0200 Subject: [PATCH] templates: add missing roles to project header mobile toggle to correctly show the content of each tab. fixes #2507 --- .../project_header_mobile_toggle.html | 21 +++++++++++-------- changelog/2507.md | 4 ++++ 2 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 changelog/2507.md diff --git a/adhocracy-plus/templates/includes/project_header_mobile_toggle.html b/adhocracy-plus/templates/includes/project_header_mobile_toggle.html index f7019a0ea..dc2d1b493 100644 --- a/adhocracy-plus/templates/includes/project_header_mobile_toggle.html +++ b/adhocracy-plus/templates/includes/project_header_mobile_toggle.html @@ -14,30 +14,33 @@ diff --git a/changelog/2507.md b/changelog/2507.md new file mode 100644 index 000000000..7d2dfbcb8 --- /dev/null +++ b/changelog/2507.md @@ -0,0 +1,4 @@ +### Fixed + +- add missing roles to project header tab dropdown on mobile, each tab now shows + the correct content.