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 )

CommentFileSizeAuthor
appbar table screenshot12.26 KBmeet.h.thakkar

Comments

meet.h.thakkar’s picture

Priority: Normal » Critical

i 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

icecreamyou’s picture

Priority: Critical » Major
Status: Active » Fixed

Committed fix to dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.