Put back cache clear on flex save

This commit is contained in:
Matias Griese
2019-08-22 22:04:43 +03:00
parent 9e5ad84a48
commit 3bd02b95fe

View File

@@ -621,8 +621,7 @@ class FlexObject implements FlexObjectInterface, FlexAuthorizeInterface
}
try {
// FIXME: we need to clear some index meta
//$this->getFlexDirectory()->getCache('index')->clear();
$this->getFlexDirectory()->getCache('index')->clear();
if (method_exists($this, 'clearMediaCache')) {
$this->clearMediaCache();
}