Ticket Report: Associations field's tooltip should display ticket name
|
|
How to:
|
|
|
Hendy, That would be nice. However, the ticket summaries are not currently displayed in the tooltips for performance reasons. Displaying the ticket summary would require us to load additional information for each of the associated tickets — a potentially expensive process, especially for larger ticket reports. As always, thanks for your feedback Hendy. |
|
|
Assuming my perspective below is correct, I would disagree.
It would add only one SQL query on each report. With properly indexed tables, I don’t think it’s an expensive process. If you’re referring to :include => :referred_tickets, yeah, that’s expensive… but there are betters ways to solve this problem. |
|
|
+1 for tooltip |
|
|
Hendy, After digging deeper, as you suggested, there was indeed an easier way for us to get the associated ticket’s summary. You will find that the tooltip text now includes a full summary for the associated ticket. Thanks again for the initial suggestion and especially for taking the time to provide a possible solution. Josh |
|
|
Thank you. I appreciate it a lot :-) |
