Comment out scheduleOptionStatus. #686
This commit is contained in:
parent
fd77f1ef62
commit
bbb562d366
1 changed files with 3 additions and 0 deletions
|
|
@ -672,6 +672,8 @@ class JobOrderController extends APIController
|
|||
return new APIResponse(true, $message, $data);
|
||||
}
|
||||
|
||||
// comment out for now
|
||||
/*
|
||||
public function scheduleOptionStatus(Request $req, EntityManagerInterface $em)
|
||||
{
|
||||
$this->denyAccessUnlessGranted('tapi_jo.schedule_option.status', null, 'No access.');
|
||||
|
|
@ -728,6 +730,7 @@ class JobOrderController extends APIController
|
|||
|
||||
return $res->getReturnResponse();
|
||||
}
|
||||
*/
|
||||
|
||||
protected function generateJobOrderData($req, $jo, $rt, $em)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue