Hello,
I was trying to group activities based on organic groups. Nothing works but filter the activities based on nids of the row in view filter. When i was selecting "Heartbeat Node Id" in view field it is making a query where its searching for rid in heartbeat_activities instead of nid (BUG). I added the below mentioned fixes, and since i am new to drupal, just wanted to know is it all correct.

----------------------------@@@@@@FIXES@@@@@@--------------------

1. FILE : HEARTBEAT.VIEW.INC LINE# 28 CHANGED FIELD rid to nid

2. FILE : HEARTBEAT.VIEW.INC LINE# 83 CHANGED handler views_handler_field_node_link to views_handler_field_numeric

Comments

sunnyuff’s picture

ERROR ::: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'heartbeat_activity.rid' in 'field list'

Stalski’s picture

Status: Active » Fixed

- rid is changed into : uaid
- The field is changed into numeric as well

Thx for the patch. I pushed this to git already.

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