diff --git a/src/core/course/components/format/format.ts b/src/core/course/components/format/format.ts index 6cbf059e0..8c5bdbffe 100644 --- a/src/core/course/components/format/format.ts +++ b/src/core/course/components/format/format.ts @@ -194,7 +194,7 @@ export class CoreCourseFormatComponent implements OnInit, OnChanges, OnDestroy { } } - if (changes.downloadEnabled && this.downloadEnabled) { + if (this.downloadEnabled && (changes.downloadEnabled || changes.sections)) { this.calculateSectionsStatus(false); } }