diff options
author | 2010-02-10 00:57:03 +0100 | |
---|---|---|
committer | 2010-02-10 00:57:03 +0100 | |
commit | f4d7c9c1f03ec0fedbe9c0db6cf50cc657f87a7e (patch) | |
tree | 63c002607fef7861c0f4313adcde6cf4377adbab /template/en/default/attachment | |
parent | Bug 544990: Allow directory names in page.cgi ids (diff) | |
download | bugzilla-f4d7c9c1f03ec0fedbe9c0db6cf50cc657f87a7e.tar.gz bugzilla-f4d7c9c1f03ec0fedbe9c0db6cf50cc657f87a7e.tar.bz2 bugzilla-f4d7c9c1f03ec0fedbe9c0db6cf50cc657f87a7e.zip |
Bug 545253: Do not display flags as editable when you cannot edit attachment attributes
a=LpSolit (module owner)
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index d9769cfa3..fa8a53a4a 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -160,6 +160,7 @@ [% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id attach_id = attachment.id flag_types = attachment.flag_types + read_only_flags = !can_edit %] </div> [% END %] |