Module filter conflicts with distro_update module

Created on 16 October 2017, over 6 years ago
Updated 27 January 2023, over 1 year ago

Following lines in update_status.js causes to hide module update info under distribution makefile as shown by distro_update module.

moduleFilter.element.bind('moduleFilter:finish', function(e, data) {
  $('table.update').each(function() {
    var $table = $(this);
    if ($('tbody tr', $(this)).filter(':visible').length == 0) {
      $table.hide().prev('h3').hide();
    }
  });
});

I assume we can apply some improvements here not take make it hide update info for distribution. But I could not understand the prupose of these lines.

Attached screenshots shows the issue and expected display.

Screenshow showing the issue:

Here is expected result:

🐛 Bug report
Status

Closed: outdated

Version

2.0

Component

Code

Created by

🇮🇳India junaidpv Kannur, Kerala

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇺🇸United States smustgrave

    With D10 now out going to putting all the focus on the 4.x version of this
    module supporting D9 + D10.

    Will keep an on the 7.x-2.x branch for reviews but no active work will
    probably happen

Production build 0.69.0 2024