Removed useless call to GetCSSFromSASS that creates troubles (log error + unecessary compiling time) if iTop can't write in css/backoffice/ directory

This commit is contained in:
jf-cbd
2023-11-29 15:21:47 +01:00
parent fc2ba866f2
commit d1ece12c44

View File

@@ -242,13 +242,6 @@ JS
// TODO 3.0.0: Reuse theming mechanism for Full Moon
$sCssThemeUrl = ThemeHandler::GetCurrentThemeUrl();
$this->add_linked_stylesheet($sCssThemeUrl);
$sCssRelPath = utils::GetCSSFromSASS(
'css/backoffice/main.scss',
array(
APPROOT.'css/backoffice/',
)
);
}
protected function GetReadyScriptsStartedTrigger(): ?string