]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1162914: Editing a user field when confirmuniqueusermatch = true no longer works
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 14 May 2015 12:55:43 +0000 (14:55 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 14 May 2015 12:55:43 +0000 (14:55 +0200)
r=dkl a=glob

template/en/default/global/confirm-user-match.html.tmpl

index a3534b72a0ebdb9095ffda9e47ee9be462aed63d..613f097e18326fe5aba964203c3220ef188daad7 100644 (file)
 
   [% 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 %]