The Panopoly distribution recently upgraded to Module Filter 2.0 when we noticed that the "Available Updates" status report started to have issues. The issue stems from both the Module Filter and the Distribution Update Status Manager making changes to the report.

The distro_update module alters how the available updates status report renders by nesting projects underneath each other based on .make files. The update_status.js doesn't work with this new structure and ends up hiding many of the projects from view.

I'll add a patch below that provides a configuration option to disable module_filter from altering the available updates report. We can eventually look at making them play nice together but right now we've got both modules packaged and conflicting so I wanted to at least provide an option to disable it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

caschbre’s picture

Status: Active » Needs review
FileSize
1.82 KB
Chris Matthews’s picture

The 4 year old patch to module_filter.admin.inc; module_filter.install and module_filter.module applied cleanly to the latest module_filter 7.x-2.x-dev, but still needs review.

Applied patch module_filter.admin.inc cleanly.
Applied patch module_filter.install cleanly.
Applied patch module_filter.module cleanly.
andrey.troeglazov’s picture

  • caschbre authored df1ac56 on 7.x-2.x
    Issue #2491091 by caschbre, Chris Matthews, andrey.troeglazov: Provide...
andrey.troeglazov’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.