Hi Jim,

On Mon, Mar 03, 2003 at 12:34:16PM +0000, [EMAIL PROTECTED] wrote:
> I find that as soon as I select an alternative queue from the dropdown
> menu the change takes place. I expected to have to use the Move
> button to bring about the change.

There is a config option "OnChangeSubmit" (default 1) for this. Because
many people love this short cut.

Add the following to your Kernel/Config.pm, restart your webserver (if you 
use mod_perl) and you need use the "move" button.

[Kernel/Config.pm]
$Self->{OnChangeSubmit} = 0;
[...]

> Jim

  Martin

--
Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/
--
"There are two major products that come out of Berkeley: LSD and Unix.
We don't believe this to be a coincidence."  -- Jeremy S. Anderson

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to