Skip to content

Validation on last step of Wizard not being called #13395

Closed Answered by kuzonet
kuzonet asked this question in Help
Discussion options

You must be logged in to vote

Turns out it was an issue in my view file

I had
<form wire:submit="update">
and should have
<form wire:submit="save">

And not having an update method in my class was causing Model->update() to be called which does not have any of the hooks provided.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@kuzonet
Comment options

Answer selected by kuzonet
@EyeOfProvidence7
Comment options

@Da-ci
Comment options

@kuzonet
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
5 participants