File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/PageBuilder/Controller/Adminhtml/Form/Element Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -134,12 +134,12 @@ private function createCollection()
134
134
public function execute ()
135
135
{
136
136
/** @var \Magento\Catalog\Model\ResourceModel\Product\Collection $collection */
137
- $ collection = $ this ->createCollection ()
138
- ->getSelect ()->joinLeft (
139
- ['link_table ' => $ collection ->getTable ('catalog_product_super_link ' )],
140
- 'link_table.product_id = e.entity_id ' ,
141
- ['product_id ' ]
142
- )->where ('link_table.product_id IS NULL ' );
137
+ $ collection = $ this ->createCollection ();
138
+ $ collection ->getSelect ()->joinLeft (
139
+ ['link_table ' => $ collection ->getTable ('catalog_product_super_link ' )],
140
+ 'link_table.product_id = e.entity_id ' ,
141
+ ['product_id ' ]
142
+ )->where ('link_table.product_id IS NULL ' );
143
143
$ totalProducts = $ collection ->getSize ();
144
144
$ disabledProducts = $ collection
145
145
->addAttributeToFilter ('status ' , Status::STATUS_DISABLED )
You can’t perform that action at this time.
0 commit comments