Commit 6ff1daa6 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 373413: Wrong variable used when clearing the bug resolution - Patch by…

Bug 373413: Wrong variable used when clearing the bug resolution - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 005be398
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<input type="radio" id="knob-clear" name="knob" value="clearresolution"> <input type="radio" id="knob-clear" name="knob" value="clearresolution">
<label for="knob-clear"> <label for="knob-clear">
Clear the resolution (remove the current resolution of Clear the resolution (remove the current resolution of
<b>[% status_descs.${bug.resolution} FILTER html %]</b>) <b>[% resolution_descs.${bug.resolution} FILTER html %]</b>)
</label> </label>
<br> <br>
[% knum = knum + 1 %] [% knum = knum + 1 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment