-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Hi, in order to execute the action from field. We have to first define the resource action. If resource action was empty, we are unable to execute the action from field.
In ActionController.php :
`public function store(ActionRequest $request)
{
$request->validateFields();
return $request->action()->handleRequest($request);
}`
It will get the action from resource directly and execute it from there.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed