[Legacy] Symfony Cache - Update Theme save

This commit is contained in:
Jack Anderson 2023-11-13 15:14:22 +00:00
parent bb12b60e8f
commit c5d1b3a868

View file

@ -88,6 +88,11 @@ class AdministrationViewThemesettings extends SugarView
$configurator->handleOverride();
}
if ($_REQUEST['button'] === 'Save'){
require_once "include/portability/Services/Cache/CacheManager.php";
(new CacheManager())->markAsNeedsUpdate('app-metadata-theme-images');
}
parent::process();
}