Skip to content

Commit 0f1c92f

Browse files
author
Eric Adams
committed
postGradesInit() no longer dependent on @sections_enabled?
fixes SIS-323 TestPlan: - Enable Post Grades in account - Enable Post Grades in Course - verify Post Grades button renders in tabs - Post Grades should show dialog window when clicked. Change-Id: If435b95bbdaf8a5d23ec803079934a631f7ed282 Reviewed-on: https://gerrit.instructure.com/36160 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Duane Johnson <duane@instructure.com> Product-Review: Duane Johnson <duane@instructure.com> Reviewed-by: Simon Williams <simon@instructure.com> QA-Review: Jeremy Putnam <jeremyp@instructure.com>
1 parent 27c731a commit 0f1c92f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/coffeescripts/gradebook2/Gradebook.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,6 @@ define [
757757
sections: @sectionList(),
758758
currentSection: @sectionToShow)
759759
@sectionMenu.render()
760-
@initPostGrades()
761760

762761
updateCurrentSection: (section, author) =>
763762
@sectionToShow = section
@@ -801,6 +800,8 @@ define [
801800
@userFilter = new InputFilterView el: '.gradebook_filter input'
802801
@userFilter.on 'input', @onUserFilterInput
803802

803+
@initPostGrades()
804+
804805
@renderTotalHeader()
805806

806807
studentNamesToggle: (e) =>

0 commit comments

Comments
 (0)