tiago.pereira
Livewire encountered corrupt data when trying to hydrate the [app.filament.resources.conference-reso
yes that was the solution, i was also searching on livewire forum and git i found there the issue also and the only solution was that
Thanks
9 replies
Livewire encountered corrupt data when trying to hydrate the [app.filament.resources.conference-reso
i found now that one value gets loaded with last digit changed to 0, on DB i have 20240659413898322 it load as 20240659413898320, but is changed in db to 20240659413898324 it works fine, if i change to 20240659413898323 it shows as 20240659413898324
9 replies
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
Action::make('cancel')
->label(__('filament::resources/pages/edit-record.form.actions.cancel.label'))
->url(fn() => url()->previous())
->color('secondary'),
41 replies
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
should this work this way also?
Action::make('cancel')
->label(__('filament::resources/pages/edit-record.form.actions.cancel.label'))
->action(fn() => redirect()->back())
->color('secondary'),
41 replies
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
Action::make('cancel')
->label(__('filament::resources/pages/edit-record.form.actions.cancel.label'))
->url($this->previousUrl ?? $resource::getUrl())
->color('secondary'),];
41 replies