Skip to content

Instantly share code, notes, and snippets.

@DeskWOW
Created November 5, 2014 16:11
Show Gist options
  • Save DeskWOW/e865affa12576fb67540 to your computer and use it in GitHub Desktop.
Save DeskWOW/e865affa12576fb67540 to your computer and use it in GitHub Desktop.
Adding a custom field to My Cases (Detail)
...
<ul class='case-data'>
<li>
<strong>{{desk.system.snippets.case_id}}:</strong>
<span>{{case.id}}</span>
</li>
<li>
<strong>{{desk.system.snippets.assigned_agent}}:</strong>
<span>{{case.user.name_public | show_something: desk.system.snippets.unassigned}}</span>
</li>
<li>
<strong>Category:</strong>
<span>{{case.custom_category}}</span>
</li>
</ul>
<ul class='case-dates'>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment