Merge pull request #123 from edx/andytr1/intervention-fix-cohort-filter-4627

EDUCATOR-4627
This commit is contained in:
Andytr1
2019-09-12 11:39:36 -04:00
committed by GitHub

View File

@@ -86,6 +86,7 @@ const mapStateToProps = (state, ownProps) => (
}),
interventionExportUrl:
LmsApiService.getInterventionExportCsvUrl(ownProps.match.params.courseId, {
cohort: getCohortNameById(state, state.filters.cohort),
assignment: (state.filters.assignment || {}).id,
assignmentType: state.filters.assignmentType,
assignmentGradeMin: formatMinAssignmentGrade(