avatar Nathan S. Dev Apr 12. 2010. 8:14 pm
Hi Ilija (or whoever else might have an idea).

Is there anyway to display the object ID number visibly on the ticket page --- Normally to get this number, we currently mouse over the Complete button --- but I'd love to visually display this number on the page somewhere for reference.

Any ideas welcome... Thanks!
avatar Ilija Studen Staff Apr 13. 2010. 6:40 am
Following code in template (defined in /activecollab/application/modules/tickets/views/tickets) will return ticket's internal ID (global value, used by incoming mail for example):

{$active_ticket->getId()}


To get ticket's ID, per project, use:

{$active_ticket->getTicketId()}