{if $ticket->getParentId()}
{category_link object=$ticket}
{/if}
<td class="name"><a href="{$ticket->getViewUrl()}">{$ticket->getName()|clean}</a> </td> <td class="name">{if $ticket->hasAssignees()}<span style="background-color: #F4E4C5; padding:0 3px;"> {object_assignees object=$ticket} {/if}</span>
{if !$active_category->isLoaded()}
<td class="name">
{if $ticket->getParentId()}
<span style="background-color: #eee; padding:0 3px; white-space:nowrap; "> {category_link object=$ticket}</span>
{/if}
</td>
{/if}ncrossland:Is there any templating mechanism for avoiding overwriting these changes with future upgrades?
Ilija Studen:No, there is not at the moment. These type of hacks needs to be maintained manually.