Commit 1942f818 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 366666: Cannot clear inactive flags anymore - Patch by Fré©ric Buclin…

Bug 366666: Cannot clear inactive flags anymore - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
parent 4be5eabd
......@@ -107,10 +107,10 @@
title="[% type.description FILTER html %]"
onchange="toggleRequesteeField(this);">
[%# Only display statuses the user is allowed to set. %]
[% IF user.can_request_flag(type) %]
<option value="X"></option>
[% END %]
[% IF type.is_active %]
[% IF user.can_request_flag(type) %]
<option value="X"></option>
[% END %]
[% IF (type.is_requestable && user.can_request_flag(type)) || flag.status == "?" %]
<option value="?" [% "selected" IF flag.status == "?" %]>?</option>
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment