diff --git a/src/core/course/components/format/format.ts b/src/core/course/components/format/format.ts index b515cf7ac..8455d4487 100644 --- a/src/core/course/components/format/format.ts +++ b/src/core/course/components/format/format.ts @@ -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') {