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:
Eric Espie
2023-04-28 16:42:29 +02:00
parent 55628288aa
commit b1d32646d9
2 changed files with 8 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ abstract class Controller extends AbstractController
/** @var \Twig\Environment */
private $m_oTwig;
/** @var string */
private $m_sOperation;
protected $m_sOperation;
/** @var string */
private $m_sModule;
/** @var iTopWebPage|\AjaxPage */