diff options
author | bbaetz%student.usyd.edu.au <> | 2002-11-09 10:58:02 +0100 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-11-09 10:58:02 +0100 |
commit | c39803cc45e621f01e0598c7fb875f5e494ebd14 (patch) | |
tree | d5d74424513f12226010fb44f15ef01427bfaa19 /template | |
parent | 3619b6e9f63fd0c1352a3eeddb8339e1bc362e57 (diff) | |
download | bugzilla-c39803cc45e621f01e0598c7fb875f5e494ebd14.tar.gz bugzilla-c39803cc45e621f01e0598c7fb875f5e494ebd14.tar.xz |
Bug 114696 - permission checking in queries not optimal
Patch by joel, dkl + me
r=myk, a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 8c79b5d40..1de7f4efa 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -128,7 +128,7 @@ [% tableheader %] [% END %] - <tr class="bz_[% bug.severity %] bz_[% bug.priority %] [%+ "bz_secure" IF (bug.groupset && !usebuggroups) %]"> + <tr class="bz_[% bug.severity %] bz_[% bug.priority %] [%+ "bz_secure" IF bug.isingroups %]"> <td> [% IF dotweak %]<input type="checkbox" name="id_[% bug.id %]">[% END %] |