Actions
Bug #5363
closedfix duplicate activity entries
Description
For example if activity is logged for a comment and the actual activity entry is just below it then it needs to hide one of the entries.
Actions
Added by krileon almost 10 years ago. Updated over 9 years ago.
Description
For example if activity is logged for a comment and the actual activity entry is just below it then it needs to hide one of the entries.
This maybe fixable with a GROUP BY or subquery of some sort. As type = activity is standardized usage of activity of activity it should be doable.
Check the following for possible SQL based solutions. It really should be done at an SQL level.
http://stackoverflow.com/questions/924494/mysql-group-by-ordering
http://stackoverflow.com/questions/17563559/mysql-if-in-group-by-clause