MOBILE-3783 sitehome: Fix combolist not shown
parent
90370aa51c
commit
7904139fff
|
@ -21,8 +21,8 @@
|
|||
<!-- Site home main contents. -->
|
||||
<ng-container *ngIf="section && section.hasContent">
|
||||
<ion-item class="ion-text-wrap" *ngIf="section.summary">
|
||||
<core-format-text [text]="section.summary" contextLevel="course" [contextInstanceId]="siteHomeId">
|
||||
</core-format-text>
|
||||
<ion-label><core-format-text [text]="section.summary" contextLevel="course" [contextInstanceId]="siteHomeId">
|
||||
</core-format-text></ion-label>
|
||||
</ion-item>
|
||||
|
||||
<core-course-module *ngFor="let module of section.modules" [module]="module" [courseId]="siteHomeId"
|
||||
|
|
|
@ -27,7 +27,7 @@ import { AddonModForum, AddonModForumData } from '@addons/mod/forum/services/for
|
|||
export enum FrontPageItemNames {
|
||||
NEWS_ITEMS = 0,
|
||||
LIST_OF_CATEGORIES = 2,
|
||||
COMBO_LIST = 3,
|
||||
COMBO_LIST = 4,
|
||||
ENROLLED_COURSES = 5,
|
||||
LIST_OF_COURSE = 6,
|
||||
COURSE_SEARCH_BOX = 7,
|
||||
|
|
Loading…
Reference in New Issue