Want to edit in ticket status view page

Moderator: crythias

Locked
Ann
Znuny newbie
Posts: 27
Joined: 27 Jan 2012, 07:56
Znuny Version: 3.0.9
Real Name: Ann
Company: SGSSoft

Want to edit in ticket status view page

Post by Ann »

Hi,

I want to remove some columns in ticket status view page. For an example i want to remove Bulk,Article and Priority columns in Status view page. How can i remove that. I have gone through the 'Ticket ' option in SysConfig, but i can't find anything....Please help....

Thanks in Advance
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Want to edit in ticket status view page

Post by jojo »

That's not possible via config.

You should not remove the bulk option, as it will be needed
"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
Ann
Znuny newbie
Posts: 27
Joined: 27 Jan 2012, 07:56
Znuny Version: 3.0.9
Real Name: Ann
Company: SGSSoft

Re: Want to edit in ticket status view page

Post by Ann »

Then how can i do that?

Does it through any HTML file?
miguelmz
Znuny wizard
Posts: 370
Joined: 17 Nov 2011, 17:46
Znuny Version: 6.0.10
Real Name: Miguel
Company: SIA
Location: Madrid, Spain.

Re: Want to edit in ticket status view page

Post by miguelmz »

At $HOME/Kernel/Output/HTML/Standard/(AgentTicketOverviewSmall.dtl|Medium|Preview)

You can modify the fields displayed for all views. If you need a new column you have to serve the hash $QData or add a new hash key from the perl module at $HOME//Kernel/Output/HTML/(TicketOverviewSmall.pm|Medium|Preview)

respect to the bulk, better not delete it is a very useful action. However you can hide it if you comment the line
<input type="hidden" name="Action" value="AgentTicketBulk"/>
In $HOME/Kernel/Output/HTML/Standard/(AgentTicketOverviewSmall.dtl|Medium|Preview)

Regards.
We want OTRS certifications in Spain!!

Check out my free addons! :mrgreen:
Ann
Znuny newbie
Posts: 27
Joined: 27 Jan 2012, 07:56
Znuny Version: 3.0.9
Real Name: Ann
Company: SGSSoft

Re: Want to edit in ticket status view page

Post by Ann »

Thank..................
Locked