MOBILE-2913 course: Fix section download button disappear on PTR
parent
4015641ee5
commit
900c9b741e
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue