summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/knob.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-11-20 23:28:10 +0100
committerjocuri%softhome.net <>2004-11-20 23:28:10 +0100
commit08b64f4d41c9aaea365f1abdd53e59241468e820 (patch)
tree921733f929234dd0fdb8a325dd29479ee040c0ee /template/en/default/bug/knob.html.tmpl
parentcde5ae8d22e97c8cc993c04362ba5be010717b53 (diff)
downloadbugzilla-08b64f4d41c9aaea365f1abdd53e59241468e820.tar.gz
bugzilla-08b64f4d41c9aaea365f1abdd53e59241468e820.tar.xz
Patch for bug 264868: show_bug.cgi should honour 'emailsuffix' in 'Reassign bug to' field; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
Diffstat (limited to 'template/en/default/bug/knob.html.tmpl')
-rw-r--r--template/en/default/bug/knob.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 8ab0ce0ad..589751ed2 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -96,10 +96,10 @@
<a href="page.cgi?id=fields.html#assigned_to">Reassign</a>
[% terms.bug %] to
</label>
- [% safe_assigned_to = FILTER js; bug.assigned_to.email; END %]
+ [% safe_assigned_to = FILTER js; bug.assigned_to.login; END %]
[% INCLUDE global/userselect.html.tmpl
name => "assigned_to"
- value => bug.assigned_to.email
+ value => bug.assigned_to.login
size => 32
onchange => "if ((this.value != '$safe_assigned_to') && (this.value != '')) {
document.changeform.knob[$knum].checked=true;