Menu

#1 Link to tickets in chart doesnt work

open
nobody
None
5
2011-05-11
2011-05-11
Anonymous
No

Line 246

array('project_id' => $this->active_project->getId(),
'ticket_id' => $ticket->getId()));

Should be

array('project_id' => $this->active_project->getId(),
'ticket_id' => $ticket->getTicketId()));

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.