Skip to content

Commit

Permalink
🔃 [EngCom] Public Pull Requests - 2.1-develop
Browse files Browse the repository at this point in the history
Accepted Public Pull Requests:
 - magento#12840: Backport PR8418 - Fatal error on cms block grid delete (by @duckchip)


Fixed GitHub Issues:
 - magento#8415: Content Block Administration fails when I delete more than one record (reported by @shinesoftware) has been fixed in magento#12840 by @duckchip in 2.1-develop branch
   Related commits:
     1. 8059598
  • Loading branch information
Oleksii Korshenko authored Dec 26, 2017
2 parents 373f320 + 4db0492 commit e738316
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/code/Magento/Cms/Model/ResourceModel/Block/Grid/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,6 @@ public function setAggregations($aggregations)
$this->aggregations = $aggregations;
}

/**
* Retrieve all ids for collection
* Backward compatibility with EAV collection
*
* @param int $limit
* @param int $offset
* @return array
*/
public function getAllIds($limit = null, $offset = null)
{
return $this->getConnection()->fetchCol($this->_getAllIdsSelect($limit, $offset), $this->_bindParams);
}

/**
* Get search criteria.
*
Expand Down

0 comments on commit e738316

Please sign in to comment.