| @@ 419-423 (lines=5) @@ | ||
| 416 | */ | |
| 417 | public function validate(Request $request) | |
| 418 |     { | |
| 419 |         if ($this->action instanceof RowAction) { | |
| 420 | call_user_func([$this->action, 'form'], $this->action->getRow()); | |
| 421 |         } else { | |
| 422 | call_user_func([$this->action, 'form']); | |
| 423 | } | |
| 424 | ||
| 425 | $failedValidators = []; | |
| 426 | ||
| @@ 634-638 (lines=5) @@ | ||
| 631 | */ | |
| 632 | protected function buildActionPromise() | |
| 633 |     { | |
| 634 |         if ($this->action instanceof RowAction) { | |
| 635 | call_user_func([$this->action, 'form'], $this->action->getRow()); | |
| 636 |         } else { | |
| 637 | call_user_func([$this->action, 'form']); | |
| 638 | } | |
| 639 | ||
| 640 | $this->addModalHtml(); | |
| 641 | ||