From 88f75e26d03982d3b09e221404c72ab97f8333c4 Mon Sep 17 00:00:00 2001 From: Nick Szittai Date: Mon, 30 Mar 2026 18:49:39 -0400 Subject: [PATCH 1/2] Update bug report template with hard refresh reminder Added a reminder to perform a hard refresh before reporting a bug. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 935ae1c3..0ca92c57 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to report a bug! Please fill out the form below to help us investigate. + Thanks for taking the time to report a bug! Please fill out the form below to help us investigate. Be sure to do a hard refresh in your browser before reporting a bug with [CTRL]+[SHIFT]+[R]. - type: input id: version From 0241bfa942bbca9d6fb90cede9b16264ef2ecebe Mon Sep 17 00:00:00 2001 From: wqcqj9rq5d-tech Date: Tue, 31 Mar 2026 03:50:20 +0200 Subject: [PATCH 2/2] fix: add missing jquery.switchbutton includes to compose.manager.page compose_manager_main.php calls .switchButton() on lines 457 and 1459, but the required CSS and JS files were never loaded in compose.manager.page. This caused Autostart toggles and the Basic/Advanced View toggle to fail silently (switchButton: false). --- source/compose.manager/compose.manager.page | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/compose.manager/compose.manager.page b/source/compose.manager/compose.manager.page index ee3b6272..a81614f5 100644 --- a/source/compose.manager/compose.manager.page +++ b/source/compose.manager/compose.manager.page @@ -27,4 +27,6 @@ if (!empty($_SERVER['REQUEST_URI'])) { + +