Merge pull request #3496 from dpalou/MOBILE-4081

Mobile 4081
main
Noel De Martin 2022-12-01 17:40:07 +01:00 committed by GitHub
commit cd4d4f164f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
{{ option.name | translate }}
</ion-select-option>
<ion-select-option class="ion-text-wrap core-select-option-title" disabled value="disabled">
{{ ' addon.block_timeline.duedate' | translate }}
{{ 'addon.block_timeline.duedate' | translate }}
</ion-select-option>
<ion-select-option *ngFor="let option of dateFilterOptions" class="ion-text-wrap" [value]="option.value">
{{ option.name | translate }}

View File

@ -234,6 +234,7 @@ export class CoreCoursesCourseListItemComponent implements OnInit, OnDestroy, On
this.prefetchCourseData.icon = statusData.icon;
this.prefetchCourseData.statusTranslatable = statusData.statusTranslatable;
this.prefetchCourseData.loading = statusData.loading;
this.prefetchCourseData.downloadSucceeded = status === CoreConstants.DOWNLOADED;
}
/**