Javascript popup for bulk actions

Hi, The following config option used to work in version 1.3.2: $Self->{FrontendBulkFeatureJavaScriptAlert} I have recently upgraded to version 2 beta and this feature seems to have stopped. Clicking on a the check box for a ticket now brings up the javascript popup. Is this config option going to return or is there some other way of turning off the popup. Many thanks, Dean

Hello, On Wed, Jun 29, 2005 at 08:28:14AM +0100, Dean Baldwin wrote:
$Self->{FrontendBulkFeatureJavaScriptAlert} [...] Is this config option going to return or is there some other way of turning off the popup.
This option ist now in Kernel/Config/Files/Ticket.pm <snip> # Ticket::Frontend::BulkFeature # (a agent frontend feature to work on more then one ticket # at on time) $Self->{'Ticket::Frontend::BulkFeature'} = 1; </snip> btw, is there an similar method to create this file in Kernel/Config and override options. As with Kernel/Config.pm and Kernel/Config/Defaults.pm? Alex -- Alexander Koch, mailto: ak@ilk.net ILK Internet GmbH, Akademiestrasse 25 - 27, D-76133 Karlsruhe Tel: +49 (0) 721 9100 0, Fax: +49 (0) 721 9100 191 http://www.ilk.net

Alex, Worked like a charm. Thanks, Dean Alexander Koch wrote:
Hello,
On Wed, Jun 29, 2005 at 08:28:14AM +0100, Dean Baldwin wrote:
$Self->{FrontendBulkFeatureJavaScriptAlert} [...] Is this config option going to return or is there some other way of turning off the popup.
This option ist now in Kernel/Config/Files/Ticket.pm
<snip> # Ticket::Frontend::BulkFeature # (a agent frontend feature to work on more then one ticket # at on time) $Self->{'Ticket::Frontend::BulkFeature'} = 1; </snip>
btw, is there an similar method to create this file in Kernel/Config and override options. As with Kernel/Config.pm and Kernel/Config/Defaults.pm?
Alex

Hi Dean, On Wed, Jun 29, 2005 at 08:28:14AM +0100, Dean Baldwin wrote:
The following config option used to work in version 1.3.2:
$Self->{FrontendBulkFeatureJavaScriptAlert}
I have recently upgraded to version 2 beta and this feature seems to have stopped. Clicking on a the check box for a ticket now brings up the javascript popup.
Is this config option going to return or is there some other way of turning off the popup.
The format of config options has changed from 1.x to 2.x. Just use $Self->{'Ticket::Frontend::BulkFeatureJavaScriptAlert'} = 0; Please check the other settings in your Config.pm file for the new format. Take a look in the Defaults.pm and Ticket*.pm under Kernel/Config and Kernel/Config/Files, there you'll find all possible configuration settings.
Dean
Best regards, Christian -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
participants (3)
-
Alexander Koch
-
Christian Schoepplein
-
Dean Baldwin