Skip to content

fix: display study maintenance link for all users

Bengfort requested to merge fix-study-maintenance-link into main

The list of studies is available for all logged in users. This applies both to StudyIndexView and StudyMaintenanceView (see !2501 (merged)).

However, the link to the StudyMaintenanceView is currently only displayed for users with the change_study permission. I guess I just added the link to a div without realizing that the div was conditional on the permission.

Merge request reports