Merge pull request #2040 from marxjohnson/MOBILE-3054_integration

MOBILE-3054 Courses: Update section status when switching to "All sec…
main
Juan Leyva 2019-08-05 12:57:30 +02:00 committed by GitHub
commit 874af89bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ export class CoreCourseFormatComponent implements OnInit, OnChanges, OnDestroy {
this.canLoadMore = false;
this.showSectionId = 0;
this.showMoreActivities();
this.courseHelper.calculateSectionsStatus(this.sections, this.course.id, false, false);
}
if (this.moduleId && typeof previousValue == 'undefined') {