mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
[Legacy] Symfony Cache - Update Theme save
This commit is contained in:
parent
bb12b60e8f
commit
c5d1b3a868
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue