Postponed
Project:
Drupal core
Version:
main
Component:
dblog.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Jun 2022 at 10:48 UTC
Updated:
25 Oct 2025 at 17:48 UTC
Jump to comment: Most recent
Comments
Comment #2
malcomio commentedComment #3
cilefen commentedFeature requests can go in 9.5.x.
Comment #6
ressaPerhaps when #2401463: Make dblog entities is committed, adding this feature could be a potential follow up issue?
Comment #8
malcomio commentedSeeing this update, I had a quick look at the code controlling these reports - seems like a relatively straightforward addition.
Obviously #2401463: Make dblog entities is a much bigger issue with more to discuss, but the change in MR 13477 seems to work.
Comment #9
ressaLooks good, thanks -- this small change will improve the usefulness of these pages a lot.
Comment #10
poker10 commentedThanks for working on this.
I reviewed this issue and MR and I personally think, that we should not update these hardcoded tables in the current state, but instead we should try to convert them to views - which would give us much more options to customize them (also for site owners themself). I found that such issue already existed: #2986126: Convert "Top 'access denied' errors.", "Top 'page not found' errors" and Top search phrases to views .
Regarding this issue - since it is adding a new column to the table, I think that is an UI change and as per Usability core gate it needs screenshots in the IS and probably also a feedback from the UX Team about the new column title. There is also another similar issue to update the other column title here: #2105431: Rename the table headers on the watchdog 403/404 controllers
I am postponing this issue on #2986126: Convert "Top 'access denied' errors.", "Top 'page not found' errors" and Top search phrases to views. Thanks!
Comment #11
ressaThanks for taking a look at this and the other issue @poker10, and even including an example. I agree that having this and related Views as configuration would be the preferred method, since it would allow for more features to be included, and allow customization.
At least, there's a patch here, in the meantime, until it is possible :)