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.
Adding/Removing Queues from the QueueView
Moderator: crythias
-
- Znuny newbie
- Posts: 10
- Joined: 17 Jun 2010, 13:12
- Znuny Version: 2.0.2
Re: Adding/Removing Queues from the QueueView
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
-
- 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
in 3.x, the priority column is the color code rectangle (after the checkbox).
otrs/Kernel/Output/HTML/Standard (or your theme)/AgentTicketOverviewSmall.dtl
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/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 -->
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
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