summaryrefslogtreecommitdiffstats
path: root/template/en/default/flag
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-08-07 06:53:31 +0200
committerByron Jones <bjones@mozilla.com>2012-08-07 06:53:31 +0200
commit88c13e9f2694db2d91f0f76f0d485395921135e2 (patch)
tree16517b7c99cb3db883831594f6d40173fd363e97 /template/en/default/flag
parent23eaf30f1bb04e6698d11689de28dd1067b560e2 (diff)
downloadbugzilla-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.tmpl1
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"