-
Bug
-
Resolution: Fixed
-
Minor
-
3.5.5, 3.6, 3.7
-
MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_35_STABLE, MOODLE_36_STABLE
-
MDL-65375-master -
This is a followup of MDL-62907, where a new jsonformat setting was introduced, allowing logs->info to be stored in other formats.
Also, it was detected that empty infos are not encoded back ever, leading to empties/nulls in the database. This is a buf and should be fixed over all versions.
So this issues will:
1) Ensure that the restore process observe the jsonformat setting (master only).
2) Ensure that empty values are also encoded before inserting to DB (stables & master)
This may affect both standard and database logging.
Ciao
- is a regression caused by
-
MDL-62907 Logging: Standard log table 'other' field should use JSON format, not PHP serialize
- Closed