From 291bb971595489070ed8db3da1785f5a3977a15a Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Wed, 26 Sep 2018 11:29:19 -0400 Subject: Bug 1489718 - Insert form widgets for approval flag requests instead of free-form comment text --- template/en/default/flag/list.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template') diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 6e411add9..bf1c8a6b3 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -131,6 +131,7 @@ title="[% type.description FILTER html %]" onchange="toggleRequesteeField(this);" class="flag_select flag_type-[% type.id %]" + data-id="[% type.id %]" data-name="[% type.name FILTER html FILTER no_break %]" [% IF !can_edit_flag %] disabled="disabled"[% END %]> [%# Only display statuses the user is allowed to set. %] [% IF !flag -- cgit v1.2.3-24-g4f1b