remove duplicate section dropdown
fixes CNVS-22349 Test plan 0. In a course with sections navigate to the gradebook. 1. Confirm that there is a sections dropdown on the right. 2. Confirm there is NOT a sections dropdown on the left. Change-Id: Ib0419fbf7cfd78be87277b487a9b1080ab22329f Reviewed-on: https://gerrit.instructure.com/60656 Tested-by: Jenkins Reviewed-by: Keith T. Garner <kgarner@instructure.com> QA-Review: Jason Carter <jcarter@instructure.com> Product-Review: Matt Fairbourn <mfairbourn@instructure.com>
This commit is contained in:
parent
7a261cbeef
commit
153be42401
|
@ -60,9 +60,6 @@
|
|||
<div class="assignment-gradebook-container hidden">
|
||||
<div id="gradebook-toolbar" class="toolbar">
|
||||
<div class="gradebook_dropdowns">
|
||||
<% if !@context.feature_enabled?(:outcome_gradebook) && !@context.feature_enabled?(:post_grades)%>
|
||||
<span class="section-button-placeholder"></span>
|
||||
<% end %>
|
||||
<% if multiple_grading_periods? %>
|
||||
<span class="multiple-grading-periods-selector-placeholder"></span>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue