MOBILE-3828 notifications: Filter notification subject in app

main
Dani Palou 2022-02-15 08:52:00 +01:00
parent c91f24245b
commit e31c88ca1e
1 changed files with 5 additions and 1 deletions

View File

@ -44,7 +44,11 @@
class="core-notification-icon" slot="start"> class="core-notification-icon" slot="start">
<ion-label> <ion-label>
<p class="item-heading">{{ notification.subject }}</p> <p class="item-heading">
<core-format-text [text]="notification.subject" contextLevel="system" [contextInstanceId]="0"
[wsNotFiltered]="true">
</core-format-text>
</p>
<p *ngIf="notification.useridfrom > 0">{{ notification.userfromfullname }}</p> <p *ngIf="notification.useridfrom > 0">{{ notification.userfromfullname }}</p>
</ion-label> </ion-label>
<ion-note slot="end" class="ion-float-end ion-text-end"> <ion-note slot="end" class="ion-float-end ion-text-end">