mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-13 20:58:39 +00:00
continue implementation
This commit is contained in:
parent
52dc2dc146
commit
b14c20c165
|
|
@ -399,6 +399,8 @@ final class ApiController extends Controller
|
||||||
$request->header->account
|
$request->header->account
|
||||||
);
|
);
|
||||||
|
|
||||||
|
var_dump($collection->id);
|
||||||
|
|
||||||
if ($collection->id === 0) {
|
if ($collection->id === 0) {
|
||||||
$response->header->status = RequestStatusCode::R_403;
|
$response->header->status = RequestStatusCode::R_403;
|
||||||
$this->fillJsonResponse($request, $response, NotificationLevel::ERROR, 'Template', 'Couldn\'t create collection for template', null);
|
$this->fillJsonResponse($request, $response, NotificationLevel::ERROR, 'Template', 'Couldn\'t create collection for template', null);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user