]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 429767 - short_desc label is controlled by check_can_change_field('alias')
authorguy.pyrzak%gmail.com <>
Sat, 19 Apr 2008 22:46:25 +0000 (22:46 +0000)
committerguy.pyrzak%gmail.com <>
Sat, 19 Apr 2008 22:46:25 +0000 (22:46 +0000)
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat

template/en/default/bug/edit.html.tmpl

index ce2a7b50ef9374f01883e64bcb2519989b65d0be..6b9b94272dbdc7338343c42983d2d017c5c36021 100644 (file)
                                   && 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>