Closed (fixed)
Project:
Heartbeat
Version:
6.x-4.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2010 at 13:21 UTC
Updated:
10 Jan 2011 at 19:40 UTC
Hi Stalski,
I encountered another issue with the new dev. Some messages are not shown in my streams anymore. I'm pretty sure this is only the case for messages with uid 0. Again I can't really check this because I'm at work and I don't have my IDE installed here and struggling with notepad is no option... If this was meant to be, maybe we could add a checkbox in the stream configurations to allow messages with uid 0 in certain streams.
Comments
Comment #1
DrakeRemory commentedHi Stalski,
I digged into this and found that this change is what's responsible for the issue:
http://drupalcode.org/viewvc/drupal/contributions/modules/heartbeat/incl...
I've just overwriten prepareStream() in my custom streams and it is working as expected again.
Comment #2
Stalski commentedhmm, i did not check it, but i hoped the LEFT JOIN would make the uid=0 still available.
Comment #3
DrakeRemory commentedReviewing the code this was my expection, too. Unfortunately it isn't working. But since I need my custom streams it's not that big a deal.
Comment #4
Stalski commentedFixed.
I have to add that the problem was situated somewhere else. For me they did turn up in the query results but blocked by checkAccess.