remove debugging - test webhook from gitea
CI / testsuite (mysql, 8.1, ) (push) Failing after 14s
Details
CI / testsuite (mysql, 8.4, ) (push) Failing after 13s
Details
CI / testsuite (pgsql, 8.1, ) (push) Failing after 6m19s
Details
CI / testsuite (pgsql, 8.4, ) (push) Failing after 7m59s
Details
CI / testsuite (sqlite, 8.1, ) (push) Failing after 6m27s
Details
CI / testsuite (sqlite, 8.1, prefer-lowest) (push) Failing after 6m31s
Details
CI / testsuite (sqlite, 8.4, ) (push) Failing after 8m1s
Details
CI / Coding Standard & Static Analysis (push) Failing after 6m2s
Details
CI / testsuite (mysql, 8.1, ) (push) Failing after 14s
Details
CI / testsuite (mysql, 8.4, ) (push) Failing after 13s
Details
CI / testsuite (pgsql, 8.1, ) (push) Failing after 6m19s
Details
CI / testsuite (pgsql, 8.4, ) (push) Failing after 7m59s
Details
CI / testsuite (sqlite, 8.1, ) (push) Failing after 6m27s
Details
CI / testsuite (sqlite, 8.1, prefer-lowest) (push) Failing after 6m31s
Details
CI / testsuite (sqlite, 8.4, ) (push) Failing after 8m1s
Details
CI / Coding Standard & Static Analysis (push) Failing after 6m2s
Details
This commit is contained in:
parent
bd4980ef81
commit
18982ed840
|
@ -47,7 +47,6 @@ class ExternalProductCatalogsController extends AppController
|
||||||
*/
|
*/
|
||||||
public function add()
|
public function add()
|
||||||
{
|
{
|
||||||
Log::debug('inside add');
|
|
||||||
$externalProductCatalog = $this->ExternalProductCatalogs->newEmptyEntity();
|
$externalProductCatalog = $this->ExternalProductCatalogs->newEmptyEntity();
|
||||||
if ($this->request->is('post')) {
|
if ($this->request->is('post')) {
|
||||||
$externalProductCatalog = $this->ExternalProductCatalogs->patchEntity($externalProductCatalog, $this->request->getData());
|
$externalProductCatalog = $this->ExternalProductCatalogs->patchEntity($externalProductCatalog, $this->request->getData());
|
||||||
|
|
Loading…
Reference in New Issue