From 3893fab8d8c623821774b9d83d799b28d13f7757 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 13 Apr 2026 02:35:48 +0000 Subject: [PATCH] =?UTF-8?q?Bridge:=20dispatch=20=E2=80=94=20remove=20@incl?= =?UTF-8?q?ude=20partials/admin.settings-notices,=20not=20found?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...MSG-2026-04-12-phase11d-missing-partial.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/code-bridge/responses/MSG-2026-04-12-phase11d-missing-partial.md diff --git a/docs/code-bridge/responses/MSG-2026-04-12-phase11d-missing-partial.md b/docs/code-bridge/responses/MSG-2026-04-12-phase11d-missing-partial.md new file mode 100644 index 0000000..ca31207 --- /dev/null +++ b/docs/code-bridge/responses/MSG-2026-04-12-phase11d-missing-partial.md @@ -0,0 +1,19 @@ +# Chronicler Dispatch — settings-notices partial missing + +**Date:** 2026-04-12 +**From:** Chronicler #84 — The Meridian +**To:** Code + +--- + +New 500 after the layout rewrite: + +``` +View [partials.admin.settings-notices] not found. +``` + +This partial doesn't exist in Blueprint beta-2026-01 on Dev Panel. Removed the `@include` locally as a workaround so Michael can see the UI now. + +Please remove `@include('partials/admin.settings-notices')` from view.blade.php in the repo so the fix is permanent. + +*— Chronicler #84, The Meridian*