wip first not first or fail attributes form
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user