mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°5658 - Fix spinning wheel appearing on all application upgrade buttons - move twig_base and itop-core-update to new router
This commit is contained in:
@@ -129,7 +129,7 @@ class UpdateController extends Controller
|
|||||||
$sTransactionId = utils::GetNewTransactionId();
|
$sTransactionId = utils::GetNewTransactionId();
|
||||||
$aParams['sTransactionId'] = $sTransactionId;
|
$aParams['sTransactionId'] = $sTransactionId;
|
||||||
|
|
||||||
$this->AddSaas('env-'.utils::GetCurrentEnvironment().'/itop-core-update/css/itop-core-update.scss');
|
$this->AddSaas('css/backoffice/main.scss');
|
||||||
$this->m_sOperation = 'ConfirmUpdate';
|
$this->m_sOperation = 'ConfirmUpdate';
|
||||||
$this->DisplaySetupPage($aParams);
|
$this->DisplaySetupPage($aParams);
|
||||||
}
|
}
|
||||||
@@ -159,7 +159,6 @@ class UpdateController extends Controller
|
|||||||
];
|
];
|
||||||
$this->AddLinkedScript(utils::GetAbsoluteUrlAppRoot().'setup/jquery.progression.js');
|
$this->AddLinkedScript(utils::GetAbsoluteUrlAppRoot().'setup/jquery.progression.js');
|
||||||
$this->AddSaas('css/backoffice/main.scss');
|
$this->AddSaas('css/backoffice/main.scss');
|
||||||
|
|
||||||
$this->m_sOperation = 'UpdateCoreFiles';
|
$this->m_sOperation = 'UpdateCoreFiles';
|
||||||
$this->DisplaySetupPage($aParams);
|
$this->DisplaySetupPage($aParams);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user