summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-05-15 00:56:29 +0200
committerlpsolit%gmail.com <>2007-05-15 00:56:29 +0200
commitd48ca3b1db102bb50b831ce0f9bbbf7117afedd8 (patch)
treee117c17bd33808abebd0c3a02a6613fbf51a998e /buglist.cgi
parent3941c84b967f6d35062c429728b252e26bcd080d (diff)
downloadbugzilla-d48ca3b1db102bb50b831ce0f9bbbf7117afedd8.tar.gz
bugzilla-d48ca3b1db102bb50b831ce0f9bbbf7117afedd8.tar.xz
Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=justdave a=LpSolit
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-xbuglist.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/buglist.cgi b/buglist.cgi
index 96011d3f7..338017fa1 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -1127,6 +1127,7 @@ $vars->{'currenttime'} = time();
# The following variables are used when the user is making changes to multiple bugs.
if ($dotweak) {
$vars->{'dotweak'} = 1;
+ $vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)];
$vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count();
$vars->{'products'} = Bugzilla->user->get_enterable_products;