Submit route, fixes in col editor
This commit is contained in:
@@ -320,4 +320,17 @@ class TableEditController extends Controller
|
||||
|
||||
return $this->jsonResponse($resp, $code);
|
||||
}
|
||||
|
||||
/**
|
||||
* Submit the form
|
||||
*
|
||||
* @param Request $request
|
||||
* @param User $user
|
||||
* @param string $table
|
||||
* @return \Symfony\Component\HttpFoundation\Response
|
||||
*/
|
||||
public function draftSubmit(Request $request, User $user, string $table)
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user