From fce8cc6b8b13105bacdb4eb853b5b11b17e3f0b3 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Wed, 2 Apr 2025 00:29:05 -0700 Subject: [PATCH] form request query wrong request - now working --- templates/element/Products/form.php | 1 + 1 file changed, 1 insertion(+) 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',