From 01074f57656531b42bd52b4c4dce883c340574d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:37:48 +0000 Subject: [PATCH 1/2] Initial plan From b1f69d385ed9ae83cd4285d219089c90e806f0bf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:39:26 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20incorrect=20ACP=20module=20parent=20i?= =?UTF-8?q?n=20revert=5Fdata=20(ACP=5FBOARD=5FCONFIGURATION=20=E2=86=92=20?= =?UTF-8?q?ACP=5FCLIENT=5FCOMMUNICATION)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- migrations/add_webpush.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/add_webpush.php b/migrations/add_webpush.php index 70743d3..421bdcb 100644 --- a/migrations/add_webpush.php +++ b/migrations/add_webpush.php @@ -86,7 +86,7 @@ public function revert_data(): array ['config.remove', ['wpn_webpush_enable']], ['config.remove', ['wpn_webpush_vapid_public']], ['config.remove', ['wpn_webpush_vapid_private']], - ['module.remove', ['acp', 'ACP_BOARD_CONFIGURATION', 'ACP_WEBPUSH_EXT_SETTINGS']] + ['module.remove', ['acp', 'ACP_CLIENT_COMMUNICATION', 'ACP_WEBPUSH_EXT_SETTINGS']] ]; } }