Mark as read once notification is opened
How can I mark a database notification as read once it is opened with the action I have configured?
And if the same notification is sent to different usersand if a user makes a change in a specific record field, is it possible to mark the rest of the notifications sent to the rest of the users as read?
3 Replies
I added this feature to v3 yesterday
its not been added to v2 yet
perfect @Dan Harrin, looks good
I solved it by updating 'read_at' field when the user enters in my ViewPage or EditPage.
You have to change '%issues/' with '%tickets/' or whatever your resource path is.