By dagmar on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.4.x
Introduced in version:
8.4.0
Issue links:
Description:
The Views integration for the Database Logging(dblog) module has been updated:
{watchdog}.widand{watchdog}.uidare now using standard plugins handlers instead of numeric for view fields. This doesn't add new functionality but prevents breaking links when using this field to build links.- When adding a relationship to the
uidthe join is now made tousers_field_datatable. This allow to display new user data in watchdog views (likeusername,email, etc) {watchdog}.typesfilter is now using a new plugin (dblog_types) instead of thein_operator. This doesn't add new functionality but will allow deprecate some functions from the dblog module in the future.{watchdog}.severityfilter is now usingRfcLogLevel::getLevels()which allow to see translatable log levels
Existing views will be automatically updated after running the updates. The default views provided by config by contributed/custom modules or contributed/custom profiles will be updated after saving. (if they weren't installed at the time of update the site).
Impacts:
Site builders, administrators, editors
Module developers