tests fixed

This commit is contained in:
2025-03-27 01:44:16 -07:00
parent 2138762fb2
commit 3719bbef53
13 changed files with 26 additions and 369 deletions

View File

@@ -47,6 +47,7 @@ class ExternalProductCatalogsController extends AppController
*/
public function add()
{
Log::debug('inside add');
$externalProductCatalog = $this->ExternalProductCatalogs->newEmptyEntity();
if ($this->request->is('post')) {
$externalProductCatalog = $this->ExternalProductCatalogs->patchEntity($externalProductCatalog, $this->request->getData());