Skip to content

Commit

Permalink
fix bug when using applyFilter in foreach luyadev#254
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar authored and slowfox089 committed Dec 10, 2020
1 parent 71f206a commit b3f0577
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE

## 2.0.4

### Fixed

+ [#254](https://github.com/luyadev/luya-module-admin/issues/254) Do not reset imageArray when using createImage() this fixes a bug when using applyFilter inside a foreach.

### Changed

+ [#332](https://github.com/luyadev/luya-module-admin/issues/332) CheckboxRelationActiveQuery should **not** populate any relation data on find.
Expand Down
1 change: 0 additions & 1 deletion src/storage/BaseFileSystemStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,6 @@ public function flushArrays()
*/
public function flushImageArray()
{
$this->_imagesArray = null;
$this->deleteHasCache(self::CACHE_KEY_IMAGE);
}

Expand Down

0 comments on commit b3f0577

Please sign in to comment.