Fixed the date to be the one of the comment and not the issue.
This commit is contained in:
parent
42df3f5a74
commit
619334db67
@ -128,7 +128,7 @@ class IDF_IssueComment extends Pluf_Model
|
|||||||
$issue->id));
|
$issue->id));
|
||||||
$url .= '#ic'.$this->id;
|
$url .= '#ic'.$this->id;
|
||||||
$out = "\n".'<tr class="log"><td><a href="'.$url.'">'.
|
$out = "\n".'<tr class="log"><td><a href="'.$url.'">'.
|
||||||
Pluf_esc(Pluf_Template_dateAgo($issue->creation_dtime, 'without')).
|
Pluf_esc(Pluf_Template_dateAgo($this->creation_dtime, 'without')).
|
||||||
'</a></td><td>';
|
'</a></td><td>';
|
||||||
$submitter = $issue->get_submitter();
|
$submitter = $issue->get_submitter();
|
||||||
$ic = (in_array($issue->status, $request->project->getTagIdsByStatus('closed'))) ? 'issue-c' : 'issue-o';
|
$ic = (in_array($issue->status, $request->project->getTagIdsByStatus('closed'))) ? 'issue-c' : 'issue-o';
|
||||||
|
Loading…
Reference in New Issue
Block a user