diff options
author | Byron Jones <bjones@mozilla.com> | 2012-08-07 06:53:31 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-08-07 06:53:31 +0200 |
commit | 88c13e9f2694db2d91f0f76f0d485395921135e2 (patch) | |
tree | 16517b7c99cb3db883831594f6d40173fd363e97 /template/en/default/flag | |
parent | 23eaf30f1bb04e6698d11689de28dd1067b560e2 (diff) | |
download | bugzilla-88c13e9f2694db2d91f0f76f0d485395921135e2.tar.gz bugzilla-88c13e9f2694db2d91f0f76f0d485395921135e2.tar.xz |
Bug 779434: Fix refreshing a page not updating fields
Diffstat (limited to 'template/en/default/flag')
-rw-r--r-- | template/en/default/flag/list.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 2f0e1481a..e670515e0 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -118,6 +118,7 @@ [%- type.name FILTER html FILTER no_break -%]</label> </td> <td> + <input type="hidden" id="[% fid FILTER html %]_dirty"> <select id="[% fid FILTER html %]" name="[% fid FILTER html %]" [% IF !flag && !((type.is_requestable && user.can_request_flag(type)) || user.can_set_flag(type)) %] disabled="disabled" |