Closed (fixed)
Project:
Case Tracker
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
4 Aug 2010 at 19:49 UTC
Updated:
11 Mar 2025 at 17:17 UTC
The table for the summary of changes at the top of comments is rendered for every comment, even if there is no case changes on that comment.
The if statement surrounding the return statement fixes that problem.
// Line 794 inside theme_casetracker_comment_changes()
if (!empty($rows)) {
return theme('table', NULL, $rows, array('class' => 'case_changes'));
}
This is my first patch (it's against CVS). Hope it works out well.
| Comment | File | Size | Author |
|---|---|---|---|
| alawys_showing_comment_table-1.patch | 789 bytes | Anonymous (not verified) |
Comments
Comment #1
jmiccolis commentedSorry I sat on the patch for so long! Committed, Thanks!