diff --git a/lms/static/coffee/src/instructor_dashboard/membership.coffee b/lms/static/coffee/src/instructor_dashboard/membership.coffee index 733480e268..a50cd2c3dd 100644 --- a/lms/static/coffee/src/instructor_dashboard/membership.coffee +++ b/lms/static/coffee/src/instructor_dashboard/membership.coffee @@ -463,6 +463,8 @@ class Membership text: auth_list.$container.data 'display-name' data: auth_list: auth_list + if @auth_lists.length is 0 + @$list_selector.hide() @$list_selector.change => $opt = @$list_selector.children('option:selected') diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html index b22d31e190..0a96d23a27 100644 --- a/lms/templates/instructor/instructor_dashboard_2/membership.html +++ b/lms/templates/instructor/instructor_dashboard_2/membership.html @@ -54,6 +54,14 @@
+ %if not section_data['access']['instructor']: ++ Staff cannot modify staff or beta tester lists. To modify these lists, + contact your instructor and ask them to add you as an instructor for staff + and beta lists, or a forum admin for forum management. +
+ %endif + %if section_data['access']['instructor']: - %if section_data['access']['instructor']: - - %endif + - %endif - %if section_data['access']['instructor']: - + %endif %if section_data['access']['instructor'] or section_data['access']['forum_admin']: