Students with access to the management panel see supervision menu in all course editions
From _index_menu.html.erb
, line 16:
<% if current_user.role_staff_or_admin? or current_user.has_role? :coordinator, @course_edition or current_user.access_to_admin? %>
They simply see the menu option, but cannot access it.
This will probably be fixed by #499 (closed)
Edited by Martin Mladenov