N°9571 - Do not allow DB change or install when upgrading iTop (#958)

* N°9571 - Do not allow DB change or install when upgrading iTop

* N°9571 - Fix unit tests

* N°9711 - Removed step Install or Upgrade

* N°9711 - After revue
This commit is contained in:
Eric Espié
2026-07-06 10:31:43 +02:00
committed by GitHub
parent c448f8411c
commit 6b396adeea
10 changed files with 86 additions and 229 deletions

View File

@@ -1437,7 +1437,7 @@ EOF
// Unsupported Password, warn the user
$oPage->add_ready_script(
<<<JS
$("#db_info").html('<div class="message message-error"><span class="message-title">Error:</span>On Windows, the backup won\'t work because database password contains %, ! or &quot; character</div>');
$("#db_info").html('<div class="message message-error ibo-is-html-content"><span class="message-title">Error:</span>On Windows, the backup won\'t work because database password contains %, ! or &quot; character</div>');
JS
);
} else {