Merge pull request #3064 from crazyserver/MOBILE-3913

Mobile 3913
main
Dani Palou 2022-01-21 15:18:57 +01:00 committed by GitHub
commit ce910f91d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<ion-item-group *ngFor="let dayEvents of filteredEvents">
<ion-item lines="none">
<ion-label>
<h4 [class.core-bold]="!course">{{ dayEvents.dayTimestamp * 1000 | coreFormatDate:"strftimedayshort" }}</h4>
<h4 [class.core-bold]="!course">{{ dayEvents.dayTimestamp * 1000 | coreFormatDate:"strftimedaydate" }}</h4>
</ion-label>
</ion-item>
<ng-container *ngFor="let event of dayEvents.events">

View File

@ -184,6 +184,7 @@ export class AddonBlockTimelineProvider {
if (searchValue != '') {
data.searchvalue = searchValue;
preSets.getFromCache = false;
preSets.cacheKey += ':' + searchValue;
}
const result = await site.read<AddonCalendarEvents>(