tiago.pereira
tiago.pereira
FFilament
Created by tiago.pereira on 10/3/2024 in #❓┊help
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
FFilament
Created by tiago.pereira on 10/3/2024 in #❓┊help
Livewire encountered corrupt data when trying to hydrate the [app.filament.resources.conference-reso
the value is saved as BIGINT unsigned
9 replies
FFilament
Created by tiago.pereira on 10/3/2024 in #❓┊help
Livewire encountered corrupt data when trying to hydrate the [app.filament.resources.conference-reso
its very strange
9 replies
FFilament
Created by tiago.pereira on 10/3/2024 in #❓┊help
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
FFilament
Created by Daniel on 12/9/2023 in #❓┊help
Repeater items get duplicated after saving
but if we refresh the page beatween record updates it works fine
9 replies
FFilament
Created by Daniel on 12/9/2023 in #❓┊help
Repeater items get duplicated after saving
when we edit the second one as soon as we save the table repeater gets duplicated with empty rows
9 replies
FFilament
Created by Daniel on 12/9/2023 in #❓┊help
Repeater items get duplicated after saving
its very strange we can update a record is saves fine
9 replies
FFilament
Created by Daniel on 12/9/2023 in #❓┊help
Repeater items get duplicated after saving
the project we have this issue is still runing on v2
9 replies
FFilament
Created by Daniel on 12/9/2023 in #❓┊help
Repeater items get duplicated after saving
Have you found the problem? im facing the same
9 replies
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
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
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
i was able to solve it like this
41 replies
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
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
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
if i remove this $this->previousUrl it works fine
41 replies
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
issue is here
41 replies
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
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
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
when i put this action it starts giving the same error
41 replies
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
now trying to add action by action to see wich one causes de issue
41 replies
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
was a field that was no nullable now back to initial error, if i remove all other actions and keep the aprove one everything works
41 replies
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
but this is not from filament now
41 replies
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
Unhandled match case 'error'
41 replies