Commit ab7671cb authored by guy.pyrzak%gmail.com's avatar guy.pyrzak%gmail.com

Bug 429767 - short_desc label is controlled by check_can_change_field('alias')

Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
parent 8825f958
......@@ -328,9 +328,7 @@
&& bug.alias %]
[% END %]
[%# *** Summary *** %]
[% IF bug.check_can_change_field('alias', 0, 1) %]
<label accesskey="s" for="short_desc"><u>S</u>ummary</label>:&nbsp;
[% END %]
<label accesskey="s" for="short_desc"><u>S</u>ummary</label>:&nbsp;
[% PROCESS input inputname => "short_desc" size => "60" colspan => 2
maxlength => 255 spellcheck => "true" no_td => 1 %]
</span>
......
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