<meta name="extra-patch-types" content="text/x-phabricator-request">
-<template class="approval-request" data-flags="approval‑mozilla‑beta approval‑mozilla‑release">
+<template class="approval-request" data-flags="approval-mozilla-beta approval-mozilla-release">
<section>
<header>
<h3>Beta/Release Uplift Approval Request</h3>
</section>
</template>
-<template class="approval-request" data-flags="approval‑mozilla‑esr*">
+<template class="approval-request" data-flags="approval-mozilla-esr*">
<section>
<header>
<h3>ESR Uplift Approval Request</h3>
</section>
</template>
-<template class="approval-request" data-flags="approval‑mozilla‑geckoview*">
+<template class="approval-request" data-flags="approval-mozilla-geckoview*">
<section>
<header>
<h3>GeckoView Uplift Approval Request</h3>
</section>
</template>
-<template class="approval-request" data-flags="sec‑approval">
+<template class="approval-request" data-flags="sec-approval">
<section>
<header>
<h3>Security Approval Request</h3>
create_comment($fieldset) {
return [
`### ${$fieldset.querySelector('h3').innerText}`,
- ...[...$fieldset.querySelectorAll('tr')].map($tr => {
+ ...[...$fieldset.querySelectorAll('tr:not(.other-patches)')].map($tr => {
const checkboxes = [...$tr.querySelectorAll('input[type="checkbox"]:checked')];
const $radio = $tr.querySelector('input[type="radio"]:checked');
const $input = $tr.querySelector('textarea,select,input');
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 %]"
+ data-id="[% type.id %]" data-name="[% type.name FILTER html %]"
[% IF !can_edit_flag %] disabled="disabled"[% END %]>
[% IF dontchange %]
<option value="[% dontchange FILTER html %]" selected>[% dontchange FILTER html %]</option>