- 🇺🇸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
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:
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
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