diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-26 17:29:19 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-09-26 17:29:19 +0200 |
commit | 291bb971595489070ed8db3da1785f5a3977a15a (patch) | |
tree | aabee50d9dccacb21cf57dce1a23dce586079e64 /template | |
parent | deec4ab75d6478f51d6c72a230343ab955116a6b (diff) | |
download | bugzilla-291bb971595489070ed8db3da1785f5a3977a15a.tar.gz bugzilla-291bb971595489070ed8db3da1785f5a3977a15a.tar.xz |
Bug 1489718 - Insert form widgets for approval flag requests instead of free-form comment text
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/flag/list.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
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 |