Fixes for render AJAX HTMLRender objects
This commit is contained in:
@@ -24,6 +24,10 @@ class Model_Product_Category extends ORM_OSB {
|
||||
'subcategories'=>array('model'=>'product_category','foreign_key'=>'parent_id','far_key'=>'id'),
|
||||
);
|
||||
|
||||
protected $_sorting = array(
|
||||
'position'=>'ASC',
|
||||
);
|
||||
|
||||
/**
|
||||
* Return the translated description for a category.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user