MOBILE-3562 course: Remove course overview file listing on preview
parent
168fbab420
commit
1e6d72f0ff
|
@ -42,7 +42,6 @@
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
<core-file *ngFor="let file of course.overviewfiles" [file]="file" [component]="component" [componentId]="course.id"></core-file>
|
|
||||||
<div *ngIf="!isEnrolled" detail-none>
|
<div *ngIf="!isEnrolled" detail-none>
|
||||||
<ion-item text-wrap *ngFor="let instance of selfEnrolInstances">
|
<ion-item text-wrap *ngFor="let instance of selfEnrolInstances">
|
||||||
<h2>{{ instance.name }}</h2>
|
<h2>{{ instance.name }}</h2>
|
||||||
|
|
|
@ -38,7 +38,6 @@ export class CoreCoursesCoursePreviewPage implements OnDestroy {
|
||||||
course: any;
|
course: any;
|
||||||
isEnrolled: boolean;
|
isEnrolled: boolean;
|
||||||
canAccessCourse = true;
|
canAccessCourse = true;
|
||||||
component = 'CoreCoursesCoursePreview';
|
|
||||||
selfEnrolInstances: any[] = [];
|
selfEnrolInstances: any[] = [];
|
||||||
paypalEnabled: boolean;
|
paypalEnabled: boolean;
|
||||||
dataLoaded: boolean;
|
dataLoaded: boolean;
|
||||||
|
|
Loading…
Reference in New Issue