-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hi i'm getting the notification by this code
{% for item in notificationList %}
<li class="media notification-message">
<a href="{# path('mark_notifcation_as_seen',{'notification':item.notification.id}) #}">
<div class="media-body">
<p class="m-0 noti-details">{{item.notification.message}}</p>
<p class="m-0"><span class="notification-time">{{item.notification.date|date }}</span></p>
</div>
</a>
</li>
{% endfor %}
so what i need is when the current user click on one of this notification that notification has to mark as read and redirect user to another view
what should i do
Metadata
Metadata
Assignees
Labels
No labels