summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-08-17 06:11:48 +0200
committerByron Jones <glob@mozilla.com>2015-08-17 06:11:48 +0200
commit3431a53797bc024dab0b2db201e863460c908db0 (patch)
treee3e8ad5261207e87cd9e8383497ef9bd7c11394e /template/en/default/admin
parent6f08830062695fbb7c2e1db6cad451e2fb8efd94 (diff)
downloadbugzilla-3431a53797bc024dab0b2db201e863460c908db0.tar.gz
bugzilla-3431a53797bc024dab0b2db201e863460c908db0.tar.xz
Bug 1193190 - 'view account history' on edituser should include audit_log entries
Diffstat (limited to 'template/en/default/admin')
-rw-r--r--template/en/default/admin/table.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/table.html.tmpl b/template/en/default/admin/table.html.tmpl
index 40c66f109..69fae3dac 100644
--- a/template/en/default/admin/table.html.tmpl
+++ b/template/en/default/admin/table.html.tmpl
@@ -154,7 +154,7 @@
<a href="[% link_uri %]">
[% END %]
- [% IF content_use_field %]
+ [% IF content_use_field && field_descs.exists(row.${c.name}) %]
[% colname = row.${c.name} %]
[% field_descs.${colname} FILTER html %]
[% ELSIF content %]