Aktionen
GX-Bug #67988
geschlossenDie Logs anzeigen Seite kann nicht angezeigt werden, wenn eine Logdatei 'null' als Wert enthält | Vue app on logs page fails, if log files contain `null`
Status:
Erledigt
Priorität:
Dringend
Zugewiesen an:
Alexandre Ataides
Kategorie:
Core
Zielversion:
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.2.0.1
Release Notes Langtext:
Die "Logs anzeigen"-Seite funktioniert nun auch, wenn das Log einen null-Wert enthält
Beschreibung
If a log contains a null\n
or null
, the Vue app on the logging page will fail. This results in an endless loading spinner and no error message.
To fix this, the PHP backend should filter these "logs" out.
Steps to reproduce¶
- Add the
buggy.log.json
into thelogfiles
directory - Try to open the corresponding logs in the Gambio Admin
- You should see a loading spinner endlessly spinning
How it should be¶
The loading spinner should vanish after a while and you should see some (or no) logs.
Note¶
See also the patch I added, which fixes this problem.
Dateien
Zugehörige Tickets
Aktionen