bihealth / sodar-core

SODAR Core: A Django-based framework for building scientific data management web apps
MIT License
9 stars 1 forks source link

Project sidebar and dropdown display links in incorrect order #1468

Closed mikkonie closed 1 month ago

mikkonie commented 1 month ago

A bug I only discovered when doing bihealth/sodar-server#1922. In SODAR, the landingzones and samplesheets app links are reversed. It seems plugin_ordering is not taken into consideration at all?

I believe in get_project_app_links(), get_active_plugins() should be called with custom_order=True.

mikkonie commented 1 month ago

Fixed.