how to identify which button triggered action in single form with multiple buttons
I have a resource that in edit page
I added an additional action
now the question is, if the record that I'm going to reject, I don't need the to validate the uniqueness of the reference field, how can I achieve this
Solution:Jump to solution
solution
```php
// add this to edit page
protected bool $rejectSubmission = false;
...
1 Reply
Solution
solution
in form schema