Submit route, fixes in col editor

This commit is contained in:
2018-08-11 11:52:57 +02:00
parent 69dabab6cc
commit adc53cee95
5 changed files with 36 additions and 14 deletions
@@ -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)
{
//
}
}