Since v5.0 pihole displays a mouseover tooltip for each adlist in group management containing information about "Last modified" (field date_modified
in gravity.db
).
From a user's perspective I would expect this date corresponds to the date the content of the adlist has changed. Instead, it shows when the database entry for that adlist changed.
This can easily seen by enabling/disabling an adlist and the "Last modified" will change.
During a gravity run, pihole already reports whether the content of an adlist has changed or not - so the information is already available to pihole .
I therefor request to change the date_modified
in gravity.db
only then the content of an adlist has changed and not the database entry.
I know the current behavior of "Last modified" is the same for groups/clients/domains, but in that cases there is no additional "layer of content" besides the database entry and the behavior should not change.
If changing it for adlists only would cause irritation for users an additional field "Adlist content last modified" might be helpful.