commit
ce910f91d9
|
@ -9,7 +9,7 @@
|
||||||
<ion-item-group *ngFor="let dayEvents of filteredEvents">
|
<ion-item-group *ngFor="let dayEvents of filteredEvents">
|
||||||
<ion-item lines="none">
|
<ion-item lines="none">
|
||||||
<ion-label>
|
<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-label>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<ng-container *ngFor="let event of dayEvents.events">
|
<ng-container *ngFor="let event of dayEvents.events">
|
||||||
|
|
|
@ -184,6 +184,7 @@ export class AddonBlockTimelineProvider {
|
||||||
if (searchValue != '') {
|
if (searchValue != '') {
|
||||||
data.searchvalue = searchValue;
|
data.searchvalue = searchValue;
|
||||||
preSets.getFromCache = false;
|
preSets.getFromCache = false;
|
||||||
|
preSets.cacheKey += ':' + searchValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
const result = await site.read<AddonCalendarEvents>(
|
const result = await site.read<AddonCalendarEvents>(
|
||||||
|
|
Loading…
Reference in New Issue