From 9640505c432852ca6d0e72079a4a66a52761f306 Mon Sep 17 00:00:00 2001 From: "Claude (Chronicler #83 - The Compiler)" Date: Sun, 12 Apr 2026 21:37:41 -0500 Subject: [PATCH] Fix: remove missing settings-notices partial from admin view Partial doesn't exist in Blueprint beta-2026-01. Co-Authored-By: Claude Opus 4.6 (1M context) --- ...MSG-2026-04-12-phase11d-missing-partial.md | 19 +++++++++++++++++++ .../blueprint-extension/admin/view.blade.php | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 docs/code-bridge/archive/MSG-2026-04-12-phase11d-missing-partial.md diff --git a/docs/code-bridge/archive/MSG-2026-04-12-phase11d-missing-partial.md b/docs/code-bridge/archive/MSG-2026-04-12-phase11d-missing-partial.md new file mode 100644 index 0000000..ca31207 --- /dev/null +++ b/docs/code-bridge/archive/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* diff --git a/services/modpack-version-checker/blueprint-extension/admin/view.blade.php b/services/modpack-version-checker/blueprint-extension/admin/view.blade.php index 7649621..3042722 100644 --- a/services/modpack-version-checker/blueprint-extension/admin/view.blade.php +++ b/services/modpack-version-checker/blueprint-extension/admin/view.blade.php @@ -1,5 +1,4 @@ @extends('layouts.admin') -@include('partials/admin.settings-notices') @section('title') ModpackChecker