Commit 381d5309 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 686246: When editing the inclusion and exclusion lists of a flagtype, empty…

Bug 686246: When editing the inclusion and exclusion lists of a flagtype, empty grant and request groups are replaced by "" instead of "(no group)" in the drop-down menu a=LpSolit
parent 361a2f42
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
[%- group.name FILTER html ~%] [%- group.name FILTER html ~%]
</option> </option>
[% END %] [% END %]
[% IF !group_found && type.${selname} %] [% IF !group_found && type.${selname}.name %]
<option value="[% type.${selname}.name FILTER html %]" selected="selected"> <option value="[% type.${selname}.name FILTER html %]" selected="selected">
[%- type.${selname}.name FILTER html ~%] [%- type.${selname}.name FILTER html ~%]
</option> </option>
......
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