Closed (fixed)
Project:
Heartbeat
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2012 at 20:03 UTC
Updated:
23 May 2012 at 21:20 UTC
i thought the node activity stream shows the activities just for the viewed node, but i tried it in display suite and panels, it shows all activities for nodes and user account pages. can you help me to configure it?
Comments
Comment #1
funature commentedok, it is really strange, if the node is not related to any activity, "No activity yet" appeared for a while, and then some other activities are displayed.
Comment #2
funature commentedanother issue is that only one activity of a user will be displayed. for example, the user commented twice and just the newest comment will be displayed.
Comment #3
Stalski commentedIf the polling is enabled, the polling apparently does not know about the node context. So the "no activity yet" would be correct to start with and it should stay that way untill some activity occures which you logged the nid for.
I am checking how this can be solved.
Comment #4
Stalski commentedCan you specify which is the setting for that template? summary, count or single?
Comment #5
Stalski commentedThe issue is solved and everything seems to work.
For the other issue, when you configure it to be single then it should be separated for each message, if count then the instances in the same timespan would result in showing only the most recent one. Summary merges the ones in the same timespan together.
- Edit - The default configuration for "heartbeat_edit_node" template is configured with summary. So when I save my node multiple times in the same timespan, it will only shown once. This is because the summary is configured to summarize the same user editing more nodes ... like "Clint updated A, B and C". Here the internal decision was to only keep the most recent one (in a short timespan that is!) to be able to merge and have nice activity effect.
Comment #6
Stalski commentedI pushed the solution to git.