зеркало из https://github.com/mozilla/pjs.git
Bug 118774 - The keyword field wasn't showing up because have_keywords wasn't being properly set before passing it on to the template.
Patch by Jeff Lawson <jlawson@bovine.net> r= jake, justdave
This commit is contained in:
Родитель
5fee128a75
Коммит
a98a65dcb9
|
@ -288,7 +288,7 @@ if (Param('usetargetmilestone')) {
|
|||
$vars->{'target_milestone'} = \@milestones;
|
||||
}
|
||||
|
||||
$vars->{'have_keywords'} = scalar(%::legal_keywords);
|
||||
$vars->{'have_keywords'} = scalar(@::legal_keywords);
|
||||
|
||||
push @::legal_resolution, "---"; # Oy, what a hack.
|
||||
shift @::legal_resolution;
|
||||
|
|
Загрузка…
Ссылка в новой задаче