Fixed updated media missing from media when editing Flex Object after page reload

This commit is contained in:
Matias Griese
2020-11-12 21:19:45 +02:00
parent e92d88df8b
commit 63207d370b
2 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
* Fixed `Utils::isFunctionDisabled()` method if there are spaces in `disable_functions` [#3023](https://github.com/getgrav/grav/issues/3023)
* Fixed potential fatal error when creating flex index using cache [#3062](https://github.com/getgrav/grav/issues/3062)
* Fixed fatal error in `CompiledFile` if the cached version is broken
* Fixed updated media missing from media when editing Flex Object after page reload
# v1.7.0-rc.17
## 10/07/2020

View File

@@ -219,6 +219,8 @@ trait FlexMediaTrait
}
}
$this->clearMediaCache();
$this->_uploads = $list;
}