Hi,
First of all, I know there are some major changes coming with notifications as specified
here in the forge
Also as this is a user defined trigger to insert a row into #__comprofiler_activity, I am not expecting any support.
Still I wanted to bring the following issue to your attention.
In this example, I will refer to User A with
ID 170 and User B with
ID 1706
If the following asset is inserted into the activity table:
Code:
notification.1706.rate2from-170
Both user A and B see the notification
I expect you have already spotted the issue but for clarity the following tests and results:
Code:
notification.1706.rate2from-171
Both user A and B see the notification
Code:
notification.1716.rate2from-170
User A and User B do not see the notification, User with ID 1716 sees it.
Thanks
David