N°2982 - Move precompiled files to proper module and update XML migration functions

This commit is contained in:
Molkobain
2020-10-14 09:49:21 +02:00
parent 5b2c279eac
commit e35965c065
4 changed files with 126 additions and 168 deletions

View File

@@ -789,6 +789,10 @@ class iTopDesignFormat
// -- 3185 - Remove main_logo_compact node from branding
$sPath = "/itop_design/branding/main_logo_compact";
$this->RemoveNodeFromXPath($sPath);
// -- 2982 - Speed up SCSS themes compilation during setup
$sPath = "/itop_design/branding/themes/theme/precompiled_stylesheet";
$this->RemoveNodeFromXPath($sPath);
}
/**