We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65ef76 commit 079f0cbCopy full SHA for 079f0cb
Model/ResourceModel/Category/Collection.php
@@ -196,6 +196,8 @@ protected function _renderFiltersBefore()
196
['store_table' => $this->getTable('magefan_blog_category_store')],
197
'main_table.category_id = store_table.category_id',
198
[]
199
+ )->group(
200
+ 'main_table.category_id'
201
);
202
}
203
parent::_renderFiltersBefore();
Model/ResourceModel/Post/Collection.php
@@ -400,6 +400,8 @@ protected function _renderFiltersBefore()
400
[$key.'_table' => $this->getTable('magefan_blog_post_'.$key)],
401
'main_table.post_id = '.$key.'_table.post_id',
402
403
404
+ 'main_table.post_id'
405
406
407
0 commit comments