diff options
author | Byron Jones <glob@mozilla.com> | 2015-08-17 06:11:48 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-08-17 06:11:48 +0200 |
commit | 3431a53797bc024dab0b2db201e863460c908db0 (patch) | |
tree | e3e8ad5261207e87cd9e8383497ef9bd7c11394e /template/en | |
parent | 6f08830062695fbb7c2e1db6cad451e2fb8efd94 (diff) | |
download | bugzilla-3431a53797bc024dab0b2db201e863460c908db0.tar.gz bugzilla-3431a53797bc024dab0b2db201e863460c908db0.tar.xz |
Bug 1193190 - 'view account history' on edituser should include audit_log entries
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/table.html.tmpl | 2 |
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 %] |