N°9144 Add buttons "Go to backoffice" & "Ignore and continue"

This commit is contained in:
Timothee
2026-02-06 17:12:32 +01:00
parent d0ac19c8d1
commit e1c96eefc4
8 changed files with 57 additions and 23 deletions

View File

@@ -46,7 +46,6 @@ class ModelReflectionSerializer
}
$aClasses = json_decode($sOutput[0] ?? null, true);
file_put_contents('C:/tmp/uninstall.log', "\n\n".var_export($sOutput, true), FILE_APPEND);
if (false === $aClasses) {
$this->LogErrorWithProperLogger("Invalid JSON", null, ['env' => $sEnv, "output" => $sOutput]);
throw new Exception("cannot get classes");