Merge pull request #2040 from marxjohnson/MOBILE-3054_integration
MOBILE-3054 Courses: Update section status when switching to "All sec…main
commit
874af89bb2
|
@ -329,6 +329,7 @@ export class CoreCourseFormatComponent implements OnInit, OnChanges, OnDestroy {
|
||||||
this.canLoadMore = false;
|
this.canLoadMore = false;
|
||||||
this.showSectionId = 0;
|
this.showSectionId = 0;
|
||||||
this.showMoreActivities();
|
this.showMoreActivities();
|
||||||
|
this.courseHelper.calculateSectionsStatus(this.sections, this.course.id, false, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.moduleId && typeof previousValue == 'undefined') {
|
if (this.moduleId && typeof previousValue == 'undefined') {
|
||||||
|
|
Loading…
Reference in New Issue