Hello all
Good morning
I want to ask one question can we do notifications (Desktop Notifications icon on header) sorting ? I want latest notification on top.
Thanks
Hello all
Good morning
I want to ask one question can we do notifications (Desktop Notifications icon on header) sorting ? I want latest notification on top.
Thanks
Hi,
good question…I’ve seen the get-action in the controller.php
and I believe the get_full_list
method also allows to define an order_by
attribute.
-> In case no one can support you with a better approach, this is something I would try.
I didn’t go and check, but isn’t it already sorted by “latest on top”? That would seem the obvious default. What is it sorted by, then?
The most recent alerts are shown at the bottom of the list.
E: btw @namitkakusuitecrm, if you get it done it would be great if you can share your solution or suggest it directly with a PR.