Adding/Removing Queues from the QueueView

Moderator: crythias

Locked
weatherbys
Znuny newbie
Posts: 10
Joined: 17 Jun 2010, 13:12
Znuny Version: 2.0.2

Adding/Removing Queues from the QueueView

Post by weatherbys »

Hello.

I am using OTRS 3.04. Is it possible to add or remove columns/fields to the tickets QueueView? For example, I would like to remove the 'Locked' column and add in the "Priority" column.

Thanks.
vinnie2k
Znuny newbie
Posts: 20
Joined: 29 Mar 2011, 13:55
Znuny Version: 2.4.7

Re: Adding/Removing Queues from the QueueView

Post by vinnie2k »

I would have that question for my version of OTRS as well - add the Responsible field to the view and remove Locked and Owner.
OTRS 2.4.7 RedHat Linux 2.6.18-238.1.1.el5 mySQL 5.0.77
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Adding/Removing Queues from the QueueView

Post by crythias »

in 3.x, the priority column is the color code rectangle (after the checkbox).

otrs/Kernel/Output/HTML/Standard (or your theme)/AgentTicketOverviewSmall.dtl

Code: Select all

<!-- dtl:block:OverviewNavBarPageOwner -->
                    <th class="Owner $QData{"CSS"}">
                        <a name="OverviewControl" href="$Env{"Baselink"}Action=$Env{"Action"};$Data{"LinkSort"};SortBy=Owner;OrderBy=$LQData{"OrderBy"}">$Text{"Owner"}</a>
                    </th>
<!-- dtl:block:OverviewNavBarPageOwner -->
copy/paste s/Owner/Responsible

Remove fields you don't want. If you want [M]edium or [L]arge view adjusted, check for similar locations.

editing .dtls in Standard *will* be overwritten on updates.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked