mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 02:09:28 +00:00
Bug 357478: Custom fields should appear as text when they are not editable
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
This commit is contained in:
parent
afd70a0b69
commit
3fb7a9a0fc
@ -405,7 +405,7 @@
|
||||
[% FOREACH field = fields %]
|
||||
<tr>
|
||||
[% PROCESS bug/field.html.tmpl value=bug.${field.name}
|
||||
editable = 1
|
||||
editable = bug.check_can_change_field(field.name, 0, 1) || !user.id
|
||||
value_span = 2 %]
|
||||
</tr>
|
||||
[% END %]
|
||||
|
Loading…
x
Reference in New Issue
Block a user