Description of the bug
The installer project dialog displays <?php print $last_updated; ?>, which presumably is the project node's changed date. This is very misleading info, as project nodes get updated by cron runs, but maintainers don't even have access.
So what is this information there good for, anyway? It has nothing to do with the project.
Steps To Reproduce
- Go to admin/modules/install
- Open the info dialog of any random project
Actual behavior
An info is shown that suggests, this project's actively maintained and has recent updates.
Here an example of an unmaintained module not touched in years:
Expected behavior
No misleading info. Seriously, not displaying any date there would be better than the automated node update date.
Additional information
- Backdrop CMS version: up until latest dev
Display happens in core/modules/installer/templates/installer-project-dialog.tpl.php
Description of the bug
The installer project dialog displays
<?php print $last_updated; ?>, which presumably is the project node's changed date. This is very misleading info, as project nodes get updated by cron runs, but maintainers don't even have access.So what is this information there good for, anyway? It has nothing to do with the project.
Steps To Reproduce
Actual behavior
An info is shown that suggests, this project's actively maintained and has recent updates.
Here an example of an unmaintained module not touched in years:
Expected behavior
No misleading info. Seriously, not displaying any date there would be better than the automated node update date.
Additional information
Display happens in core/modules/installer/templates/installer-project-dialog.tpl.php