MOBILE-3828 notifications: Filter notification subject in app
parent
c91f24245b
commit
e31c88ca1e
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue