How can I add a property to a page (like the record) that still exists after a livewire update call?
Hello everyone. I have created a resource which is dependent on another model, so that the URL looks like this: “/6/control/1” or '/{group}/control/{record}' I then resolve this group attribute in the mount method (“in a ListRecords”) so that I end up with a model.
The problem now is that when I click on an action, for example, a livewire call is returned. Filament then somehow manages to “restore”,
unfortunately I have not found where this happens, but I would like this to happen with my group property as well.
0 Replies