N°2657 - MTP : Progress Bar has disappeared

This commit is contained in:
Eric
2020-01-23 11:28:52 +01:00
parent d6ca08efb8
commit 8ad2b8091c
8 changed files with 241 additions and 141 deletions

View File

@@ -108,7 +108,8 @@ class UpdateController extends Controller
$sTransactionId = utils::GetNewTransactionId();
$aParams['sTransactionId'] = $sTransactionId;
$this->DisplayPage($aParams);
$this->AddSaas('env-'.utils::GetCurrentEnvironment().'/itop-core-update/css/itop-core-update.scss');
$this->DisplaySetupPage($aParams);
}
public function OperationUpdateCoreFiles()
@@ -136,8 +137,9 @@ class UpdateController extends Controller
'sAjaxURL' => utils::GetAbsoluteUrlModulePage('itop-core-update', 'ajax.php', array('maintenance' => 'true')),
);
$this->AddLinkedScript(utils::GetAbsoluteUrlAppRoot().'setup/jquery.progression.js');
$this->AddSaas('env-'.utils::GetCurrentEnvironment().'/itop-core-update/css/itop-core-update.scss');
$this->DisplayPage($aParams);
$this->DisplaySetupPage($aParams);
}
public function OperationRunSetup()