Merge pull request #1397 from dpalou/MOBILE-2440
MOBILE-2440 course: Prevent all sections being repeated
This commit is contained in:
		
						commit
						e07be2bf89
					
				| @ -53,7 +53,7 @@ | ||||
| 
 | ||||
| <!-- Template to render a section. --> | ||||
| <ng-template #sectionTemplate let-section="section"> | ||||
|     <section ion-list *ngIf="section.hasContent"> | ||||
|     <section ion-list *ngIf="section.hasContent && section.id != allSectionsId"> | ||||
|         <!-- Title is only displayed when viewing all sections. --> | ||||
|         <ion-item-divider text-wrap color="light" *ngIf="selectedSection.id == allSectionsId && section.name"> | ||||
|             <core-format-text [text]="section.name"></core-format-text> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user