mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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.
12 lines
245 B
YAML
12 lines
245 B
YAML
# ===================================
|
|
# Field Definitions
|
|
# ===================================
|
|
|
|
fields:
|
|
|
|
message:
|
|
type: partial
|
|
path: field_message
|
|
containerAttributes:
|
|
data-plugin: exception-beautifier
|