- Issue created by @swirt
- Merge request !36Add last update hook number as column to module report. → (Merged) created by nidhi27
- 🇮🇳India nidhi27
Hii,
I have created MR #36 for this feature request. Let me know if there are any changes needed.
Thanks!
As a site maintainer it would be nice to be able to see what the last run hook_update_n was for each enabled module.
This could be added to the module report
/admin/reports/system/enabled-modules
The file that creates this report is 'src/Report/EnabledModules.php'
The column should be to the right of the "Description" column and should contain the heading "Last update hook".
In the event that there is no hook_update_n recorded (example: it is a newly installed module) it should be empty.
Active
1.0
Code
Hii,
I have created MR #36 for this feature request. Let me know if there are any changes needed.
Thanks!