diff --git a/templates/element/Products/form.php b/templates/element/Products/form.php index c88c103..be2a6a2 100644 --- a/templates/element/Products/form.php +++ b/templates/element/Products/form.php @@ -18,6 +18,7 @@ echo $this->Form->control('product_catalog_id', [ 'hx-get' => $this->Url->build([ 'controller' => 'ProductCategories', 'action' => 'select', + '?' => ['form' => 'product'], 0 => $productCategory ? $productCategory->product_catalog_id : '', ]), 'hx-target' => '#product_category_id',