X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FPrefs%2FQuicksearch.html;h=0bce292d41536f412784ececcebdc4338cd5cb3a;hb=187086c479a09629b7d180eec513fb7657f4e291;hp=cb4292a257d63cfdaf8155ae558136cf6ff28689;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125;p=freeside.git diff --git a/rt/share/html/Prefs/Quicksearch.html b/rt/share/html/Prefs/Quicksearch.html index cb4292a25..0bce292d4 100644 --- a/rt/share/html/Prefs/Quicksearch.html +++ b/rt/share/html/Prefs/Quicksearch.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -53,14 +53,15 @@
- <& /Elements/Submit, Caption => loc("Save Changes"), Label => loc('Save'), @@ -94,10 +95,10 @@ my @queues = grep { $right ? $_->CurrentUserHasRight($right) : 1 } @{$Queues->It if ($ARGS{'Save'}) { for my $queue (@queues) { if ($ARGS{"Want-".$queue->Name}) { - delete $unwanted->{$queue->Name}; - } + delete $unwanted->{$queue->Name}; + } else { - ++$unwanted->{$queue->Name}; + ++$unwanted->{$queue->Name}; } }