form request query wrong request - now working
This commit is contained in:
parent
42f2b4f64b
commit
fce8cc6b8b
templates/element/Products
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue