summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-04-12 15:22:20 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-04-12 15:22:20 +0200
commitcc0c32bcb0e9f1b6c0b0157f8480d69047740f1e (patch)
tree57bab9e5180fdf0d6b6713619405cb22658a6ac5 /template
parentea817b4c14de659617a9424dfbe7fb2591ce5349 (diff)
downloadbugzilla-cc0c32bcb0e9f1b6c0b0157f8480d69047740f1e.tar.gz
bugzilla-cc0c32bcb0e9f1b6c0b0157f8480d69047740f1e.tar.xz
Bug 1263520 - Cannot set r+ back to r? directly
Diffstat (limited to 'template')
-rw-r--r--template/en/default/flag/list.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl
index 7993a2a89..55184c47b 100644
--- a/template/en/default/flag/list.html.tmpl
+++ b/template/en/default/flag/list.html.tmpl
@@ -140,7 +140,7 @@
[% END %]
[% IF type.is_active && can_edit_flag %]
[% IF (!flag && type.is_requestable && user.can_request_flag(type))
- || (flag && user.can_unset_flag(type, flag.status) && flag.status == "?") %]
+ || (flag && (user.can_unset_flag(type, flag.status) || flag.status == "?")) %]
<option value="?" [% "selected" IF flag && flag.status == "?" %]>?</option>
[% END %]
[% IF user.can_set_flag(type) || (flag && flag.status == "+") %]