Ben Thomson a53cc52752
Correctly display HTML entities in event log (#4566)
This changes the event log to use a partial for the log message which double-encodes the data. When using formatted view in the log viewer widget, the HTML entites are allowed by decoding back a step. When in raw view, the HTML entities are kept double-encoded.

Fixes #4558.
2019-12-17 22:43:44 +08:00

12 lines
245 B
YAML

# ===================================
# Field Definitions
# ===================================
fields:
message:
type: partial
path: field_message
containerAttributes:
data-plugin: exception-beautifier