azimBelim
azimBelim
FFilament
Created by azimBelim on 10/3/2023 in #❓┊help
Change delete action type and position in edit form.
Thanks but I just used the default action as link and placed it in the bottom of the form.
19 replies
FFilament
Created by azimBelim on 10/3/2023 in #❓┊help
Change delete action type and position in edit form.
Forms\Components\Actions::make([
Forms\Components\Actions\Action::make('delete')
->requiresConfirmation()
->link()
->visible(fn($context) => $context === 'edit')
->color('danger')
->action('delete'),
])
Forms\Components\Actions::make([
Forms\Components\Actions\Action::make('delete')
->requiresConfirmation()
->link()
->visible(fn($context) => $context === 'edit')
->color('danger')
->action('delete'),
])
this is the code I am using which throws above exception.
19 replies
FFilament
Created by azimBelim on 10/3/2023 in #❓┊help
Change delete action type and position in edit form.
No description
19 replies
FFilament
Created by azimBelim on 10/3/2023 in #❓┊help
Change delete action type and position in edit form.
I am unable to use it in Form Actions
19 replies
FFilament
Created by azimBelim on 10/3/2023 in #❓┊help
Change delete action type and position in edit form.
It uses Filament/Actions => DeleteAction for the default delete button.
19 replies
FFilament
Created by azimBelim on 10/3/2023 in #❓┊help
Change delete action type and position in edit form.
no it just opened confirmation pop up and on confirming it closes the pop up
19 replies
FFilament
Created by azimBelim on 10/3/2023 in #❓┊help
Change delete action type and position in edit form.
on delete it says Can't set model as property if it hasn't been persisted yet
19 replies
FFilament
Created by azimBelim on 10/3/2023 in #❓┊help
Change delete action type and position in edit form.
Thank you again that worked for me.
19 replies
FFilament
Created by azimBelim on 10/3/2023 in #❓┊help
Change delete action type and position in edit form.
and how can i hide it on create form?
19 replies
FFilament
Created by azimBelim on 10/2/2023 in #❓┊help
redirect with previous sorting, filter and pagination
Sorry I will remove it.
9 replies
FFilament
Created by azimBelim on 10/2/2023 in #❓┊help
redirect with previous sorting, filter and pagination
Can you help me with the form Delete Action issue here? https://discord.com/channels/883083792112300104/1158642406082748446
9 replies
FFilament
Created by azimBelim on 10/2/2023 in #❓┊help
redirect with previous sorting, filter and pagination
@toeknee Thank you very much.
9 replies