Skip to content

Commit 6d86e24

Browse files
authored
fixed broken action handling
1 parent bdc5598 commit 6d86e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Requests/ActionRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function validateFields()
2121
{
2222
$availableFields = [];
2323

24-
foreach ($this->action()->fields($this->novaRequest()) as $field) {
24+
foreach ($this->action()->fields($this) as $field) {
2525
if ($field instanceof DependencyContainer) {
2626
// do not add any fields for validation if container is not satisfied
2727
if ($field->areDependenciesSatisfied($this)) {

0 commit comments

Comments
 (0)