Bug 511216: Assignee is blank in Whine emails - Patch by Kent Rogers <kar@cray.com> r/a=LpSolit
git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_4-BRANCH@259306 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fb0e2a7d29
commit
c645c23bcf
@ -31,10 +31,6 @@
|
||||
[% PROCESS global/variables.none.tmpl %]
|
||||
[% PROCESS 'global/field-descs.none.tmpl' %]
|
||||
|
||||
[%# assignee_login_string is a literal string used for getting the
|
||||
# assignee's name out of the bug data %]
|
||||
[% SET assignee_login_string="map_assigned_to.login_name" %]
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
@ -81,7 +77,7 @@
|
||||
<td align="left">[% bug.bug_severity FILTER html %]</td>
|
||||
<td align="left">[% bug.priority FILTER html %]</td>
|
||||
<td align="left">[% bug.rep_platform FILTER html %]</td>
|
||||
<td align="left">[% bug.$assignee_login_string FILTER html %]</td>
|
||||
<td align="left">[% bug.assigned_to FILTER html %]</td>
|
||||
<td align="left">[% get_status(bug.bug_status) FILTER html %]</td>
|
||||
<td align="left">[% get_resolution(bug.resolution) FILTER html %]</td>
|
||||
<td align="left">[% bug.short_desc FILTER html %]</td>
|
||||
|
||||
@ -31,10 +31,6 @@
|
||||
[% PROCESS global/variables.none.tmpl %]
|
||||
[% PROCESS 'global/field-descs.none.tmpl' %]
|
||||
|
||||
[%# assignee_login_string is a literal string used for getting the
|
||||
# assignee's name out of the bug data %]
|
||||
[% SET assignee_login_string="map_assigned_to.login_name" %]
|
||||
|
||||
[% body %]
|
||||
|
||||
[% IF author.login == recipient.login %]
|
||||
@ -56,7 +52,7 @@
|
||||
Priority: [%+ bug.priority -%]
|
||||
Severity: [%+ bug.bug_severity -%]
|
||||
Platform: [%+ bug.rep_platform %]
|
||||
Assignee: [%+ bug.$assignee_login_string %]
|
||||
Assignee: [%+ bug.assigned_to %]
|
||||
Status: [%+ get_status(bug.bug_status) %]
|
||||
[%- IF bug.resolution -%] Resolution: [% get_resolution(bug.resolution) -%]
|
||||
[%- END %]
|
||||
|
||||
@ -434,7 +434,6 @@ sub run_queries {
|
||||
bug_status
|
||||
resolution
|
||||
short_desc
|
||||
assigned_to
|
||||
);
|
||||
# A new Bugzilla::CGI object needs to be created to allow
|
||||
# Bugzilla::Search to execute a saved query. It's exceedingly weird,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user