Closed (fixed)
Project:
Application Toolbar (Appbar)
Version:
6.x-2.0-alpha2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 05:45 UTC
Updated:
1 Aug 2011 at 07:32 UTC
I have enabled activity and configured few activity message to be shown by appbar
the table appbar is being populated wrongly when any activity is executed ... the uid field remain 0 , instead of real alert recipient id . please check image attachment (screenshot of appbar table )
| Comment | File | Size | Author |
|---|---|---|---|
| appbar table screenshot | 12.26 KB | meet.h.thakkar |
Comments
Comment #1
meet.h.thakkar commentedi found out what was the mistake .... its in
function function appbar_activity_messages_alter()
the appbar_set_message($message, $id ,$uid); call is wrong
it should be appbar_set_message($message, $uid, $id);
maintainers please check it
Comment #2
icecreamyou commentedCommitted fix to dev