Change queue and the Move button

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. Jim

Hi Jim, On Mon, Mar 03, 2003 at 12:34:16PM +0000, J.K.Wight@newcastle.ac.uk 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
participants (2)
-
J.K.Wight@newcastle.ac.uk
-
Martin Edenhofer