backdrop-contrib / backdrop_upgrade_status

Checks to see if the installed modules on a Drupal 7 site are ready for upgrade to Backdrop CMS.
1 stars 5 forks source link

After status check is performed once, cache prevents new projects from being checked #33

Open jenlampton opened 1 year ago

jenlampton commented 1 year ago

Steps to reproduce:

  1. Enable the module
  2. visit the Backdrop Upgrade status page at admin/reports/updates/backdrop-upgrade
  3. Run the check manually
  4. Install the fontawesome module
  5. Run the check manually again
  6. Notice that the font-awesome module does not appear anywhere in the report.

I suspect the problem is the cache. We may need to cache per-project, so that we can check for new projects using the manual check button.