Hi,
I am new to OTRS and although have had some success modifying the dtl files to customize, I want to remove the owner option from the zoom view as shown below. Could someone let me know if this is a dtl or a sysconfig option? I cant seem to find it.
Many thanks.
Brendan
Removing owner option from ticket zoom view
Moderator: crythias
Removing owner option from ticket zoom view
You do not have the required permissions to view the files attached to this post.
Setup:
OTRS 6.0.12
Hosted on CentOS 7.4/ MySQL - MariaDB (5.5.60)
OTRS 6.0.12
Hosted on CentOS 7.4/ MySQL - MariaDB (5.5.60)
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Removing owner option from ticket zoom view
Hey there,
to remove the owner link, navigate in the SysConfig to:
Ticket -> Frontend::Agent::Ticket::MenuModule -> Ticket::Frontend::MenuModule###400-Owner
Add a new Key/Content pair and enter:
Key=Group
Content=rw:admin
This would restrict the Owner button to agents which have read/write rights in the group admin.
From the SysConfig explanation:
to remove the owner link, navigate in the SysConfig to:
Ticket -> Frontend::Agent::Ticket::MenuModule -> Ticket::Frontend::MenuModule###400-Owner
Add a new Key/Content pair and enter:
Key=Group
Content=rw:admin
This would restrict the Owner button to agents which have read/write rights in the group admin.
From the SysConfig explanation:
Code: Select all
[...] Additional access control to show or not show this link can be done by using Key "Group" and Content like "rw:group1;move_into:group2".
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Re: Removing owner option from ticket zoom view
Exactly what I needed, thanks RStraub!
Setup:
OTRS 6.0.12
Hosted on CentOS 7.4/ MySQL - MariaDB (5.5.60)
OTRS 6.0.12
Hosted on CentOS 7.4/ MySQL - MariaDB (5.5.60)