зеркало из https://github.com/mozilla/pjs.git
Bug 366666: Cannot clear inactive flags anymore - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
This commit is contained in:
Родитель
801cbb4895
Коммит
707fcc9c77
|
@ -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 %]
|
||||
|
|
Загрузка…
Ссылка в новой задаче