Merge pull request #3117 from dpalou/MOBILE-3828

MOBILE-3828 notifications: Filter notification subject in app
main
Pau Ferrer Ocaña 2022-02-15 10:28:53 +01:00 committed by GitHub
commit cce45996a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -44,7 +44,11 @@
class="core-notification-icon" slot="start">
<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>
</ion-label>
<ion-note slot="end" class="ion-float-end ion-text-end">