X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FPrefs%2FQuicksearch.html;h=920d4575d443c5257456d60ca620fae7d74ff3b6;hp=a6791b8404506c3bfce3fd0c198175564389c34f;hb=de9d037528895f7151a9aead6724ce2df95f9586;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc diff --git a/rt/share/html/Prefs/Quicksearch.html b/rt/share/html/Prefs/Quicksearch.html index a6791b840..920d4575d 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-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2017 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}; } }