Skip to content

Commit

Permalink
Merge pull request #360 from SlateFoundation/develop
Browse files Browse the repository at this point in the history
Release: v2.20.2
  • Loading branch information
themightychris authored Dec 23, 2022
2 parents 290771c + 75f8d86 commit bcd65f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Ext.define('SlateAdmin.controller.progress.interims.Print', {
url: '/progress/section-interim-reports',
params: Ext.apply({
include: 'Student.Advisor,Section.Teachers'
}, this.buildFilters()),
}, this.buildReportParams()),
callback: function(success, operation, response) {
var downloadLink = document.createElement('a'),
rows = response.data.data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Ext.define('SlateAdmin.controller.progress.terms.Print', {
url: '/progress/section-term-reports',
params: Ext.apply({
include: 'Student.Advisor,Section.Teachers'
}, this.buildFilters()),
}, this.buildReportParams()),
callback: function(success, operation, response) {
var downloadLink = document.createElement('a'),
rows = response.data.data,
Expand Down

0 comments on commit bcd65f7

Please sign in to comment.