backdrop-contrib / project

Projects associate a code-based project with releases and power the update server of BackdropCMS.org
2 stars 10 forks source link

Fix missing releases on b.org: remove pagers from View project_release_download_table #52

Closed bugfolder closed 1 week ago

bugfolder commented 2 years ago

The pagers on the displays in View project_release_download_table are unnecessary and can cause conflicts with other paged Views that might render them. They can/should be removed.

There's no need to render the project release download table in project_release_node_view() for view mode project_search so this can/should be removed.

See https://github.com/backdrop-ops/backdropcms.org/issues/799#issuecomment-922338978 for a detailed discussion.

bugfolder commented 2 years ago

This change has been implemented on b.org now for 3 weeks and fully fixed the problem in #799. It would be nice to get the change committed to this project, so that updates don't regress b.org.