Field read only in Customer.pl view

Moderator: crythias

Locked
jossuahe
Znuny newbie
Posts: 30
Joined: 07 Oct 2016, 18:44
Znuny Version: 5.0.14
Real Name: JMS
Company: CVJ TyS COL

Field read only in Customer.pl view

Post by jossuahe »

regards,

Does anyone know the file that contains the HTML code of the client view? I want to put the field "priority" so that it is read only.

Stay tuned, thank you.
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Field read only in Customer.pl view

Post by RStraub »

Open the view you want to modify. Then check the URL next to Action=NameOfTheCurrentAction

Then look for the file in:

~otrs/Kernel/Output/HTML/Templates/Standard/NameOfTheAction.tt
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
root
Administrator
Posts: 4250
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Field read only in Customer.pl view

Post by root »

Did you check the SysConfig setting Ticket::Frontend::CustomerTicketZoom###Priority?
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
jossuahe
Znuny newbie
Posts: 30
Joined: 07 Oct 2016, 18:44
Znuny Version: 5.0.14
Real Name: JMS
Company: CVJ TyS COL

Re: Field read only in Customer.pl view

Post by jossuahe »

root wrote:Did you check the SysConfig setting Ticket::Frontend::CustomerTicketZoom###Priority?

Hi, That option and the probe but it is not very editable the option of priority, thanks anyway
jossuahe
Znuny newbie
Posts: 30
Joined: 07 Oct 2016, 18:44
Znuny Version: 5.0.14
Real Name: JMS
Company: CVJ TyS COL

Re: Field read only in Customer.pl view

Post by jossuahe »

RStraub wrote:Open the view you want to modify. Then check the URL next to Action=NameOfTheCurrentAction

Then look for the file in:

~otrs/Kernel/Output/HTML/Templates/Standard/NameOfTheAction.tt

Hi RStraub,


I have checked these files, I already found the tags but I have not been able to deactivate them

Thank you very much.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Field read only in Customer.pl view

Post by jojo »

if the customer does not need to the priority switch it of via sysconfig to not show it.there is no need to change template files
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked