From 08d4e16053d2896d1142cb89ee58a9a815ffbfe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nykl=C3=AD=C4=8Dek?= <60318239+ONyklicek@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:21:08 +0200 Subject: [PATCH 1/4] Collapse an action modal's seeded form data to scalars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A prefill closure that reads an enum-cast attribute handed the case object into the modal's form-data bag, and the host writes that bag straight into Livewire state — the one seeding path that never passes through the form runtime, where StateManager::fill() has collapsed enums all along. The field's own render then handed it to Select::getOptionLabel(string|int|null) and PHP fataled; even surviving that, a ` compares its `