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.
Updated by krileon almost 10 years ago
- Tracker changed from Feature proposal to Bug
- Subject changed from Implement a way to avoid duplicate reference activity to fix duplicate activity entries
- Priority changed from Normal to High
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.
Updated by krileon almost 10 years ago
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
Actions