ZoomSideBar Contents in CustomerTicketZoom

Moderator: crythias

Post Reply
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

ZoomSideBar Contents in CustomerTicketZoom

Post by tnieman »

I see that there is a Priority block in the CustomerTicketZoom.dtl for the ZoomSideBar

Code: Select all

<!-- dtl:block:State -->
                    <li><span class="Key">$Text{"State"}:</span> <span title="$Text{"$Data{"State"}"}">$Text{"$Data{"State"}"}</span></li>
<!-- dtl:block:State -->
<!-- dtl:block:Priority -->
                    <li><span class="Key">$Text{"Priority"}:</span> <span title="$Text{"$Data{"Priority"}"}">$Text{"$Data{"Priority"}"}</span></li>
<!-- dtl:block:Priority -->
<!-- dtl:block:Queue -->
                    <li><span class="Key">$Text{"Queue"}:</span> <span title="$QData{"Queue"}">$QData{"Queue"}</span></li>
<!-- dtl:block:Queue -->
And I have it enabled in Ticket::Frontend::CustomerTicketZoom###Priority

It should show up right between State and Queue. But it's not there (see the attached screenshot).


What am I doing wrong?

Tom
You do not have the required permissions to view the files attached to this post.
Post Reply