Merge pull request #2863 from crazyserver/MOBILE-3320

Mobile 3320
main
Dani Palou 2021-07-02 11:57:58 +02:00 committed by GitHub
commit 6ce9d814dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4376 additions and 3 deletions

4374
licenses.json 100644

File diff suppressed because it is too large Load Diff

View File

@ -51,11 +51,11 @@
<core-loading [hideUntil]="loaded">
<!-- Activity info. -->
<core-course-module-info *ngIf="showCompletion" [module]="module" [showManualCompletion]="true"
<core-course-module-info *ngIf="showCompletion && !isSearch" [module]="module" [showManualCompletion]="true"
(completionChanged)="onCompletionChange()">
</core-course-module-info>
<core-course-module-description [description]="description" [component]="component" [componentId]="componentId"
<core-course-module-description *ngIf="!isSearch" [description]="description" [component]="component" [componentId]="componentId"
contextLevel="module" [contextInstanceId]="module.id" [courseId]="courseId">
</core-course-module-description>

View File

@ -12,7 +12,6 @@
<ion-button
*ngIf="interface == 'modal'"
id="addon-mod-forum-sort-order-button"
aria-haspopup="listbox"
aria-controls="addon-mod-forum-sort-order-selector"
[attr.aria-owns]="listboxId"