
elacour at easter-eggs
Nov 19, 2010, 2:19 AM
Post #2 of 4
(554 views)
Permalink
|
|
Re: open new ticket on reply/comment by webui
[In reply to]
|
|
On Fri, Nov 19, 2010 at 11:13:24AM +0100, Loos, Christian wrote: > Hi, > > if you reply or comment to a new ticket in the webui, > the status selectbox value is set to open. > > Some of your users don't like this. > > How about remove this function, so the admin can setup an scrip > to open the ticket if necessary. > Or make this an config option (admin or user). > look at share/html/Ticket/Update.html: if ($DefaultStatus eq 'new'){ $DefaultStatus='open'; } comment this code ;) _______________________________________________ List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
|