wip first not first or fail attributes form

This commit is contained in:
2025-04-01 02:37:58 -07:00
parent 56e526bc0f
commit 9f94f7d0ed
2 changed files with 8 additions and 2 deletions

View File

@@ -167,6 +167,9 @@ class ProductCategoryAttributesController extends AppController
return $this->redirect(['action' => 'index']);
}
/**
* @return void
*/
public function form()
{
$productCategoryAttributes = $this->getTable()->getAllCategoryAttributesForCategoryId($this->request->getQuery('product_category_id', '-1'));