Skip to content

Commit bbd03a4

Browse files
MAGETWO-85930: Backport PR8418 - Fatal error on cms block grid delete #12840
- Merge Pull Request #12840 from duckchip/magento2:Backport-#8418 - Merged commits: 1. 8059598
2 parents 373f320 + 8059598 commit bbd03a4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/code/Magento/Cms/Model/ResourceModel/Block/Grid/Collection.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,6 @@ public function setAggregations($aggregations)
8484
$this->aggregations = $aggregations;
8585
}
8686

87-
/**
88-
* Retrieve all ids for collection
89-
* Backward compatibility with EAV collection
90-
*
91-
* @param int $limit
92-
* @param int $offset
93-
* @return array
94-
*/
95-
public function getAllIds($limit = null, $offset = null)
96-
{
97-
return $this->getConnection()->fetchCol($this->_getAllIdsSelect($limit, $offset), $this->_bindParams);
98-
}
99-
10087
/**
10188
* Get search criteria.
10289
*

0 commit comments

Comments
 (0)