Commit e191f86a authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1162914: Editing a user field when confirmuniqueusermatch = true no longer works

r=dkl a=glob
parent f1b2372f
......@@ -147,7 +147,7 @@
[% SET exclude_these = ['Bugzilla_login', 'Bugzilla_password'] %]
[% FOREACH key IN matches.keys %]
[% exclude_these.push(key) IF cgi.param(key) == '' %]
[% exclude_these.push(key) IF Bugzilla.cgi.param(key) == '' %]
[% END %]
[% SET exclude = '^' _ exclude_these.join('|') _ '$' %]
[% PROCESS "global/hidden-fields.html.tmpl" exclude = exclude %]
......
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