Bug 136255 - split keywords into single row in email header

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1849 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
akrasilnikov 2013-10-15 11:18:37 +00:00
parent e5d8dce99b
commit 1ef81a4bf1
7 changed files with 21 additions and 6 deletions

View File

@ -633,6 +633,8 @@ sub sendMail
push @watchingrel, 'None' unless @watchingrel;
push @watchingrel, map { user_id_to_login($_) } @$watchingRef;
my @keywords_array = split(", ", $values{'keywords'});
my $vars = {
isnew => $isnew,
showfieldvalues => \@showfieldvalues,
@ -645,6 +647,7 @@ sub sendMail
product => $values{'product'},
comp => $values{'component'},
keywords => $values{'keywords'},
keywords_array => \@keywords_array,
severity => $values{'bug_severity'},
status => $values{'bug_status'},
priority => $values{'priority'},

View File

@ -37,7 +37,9 @@ X-Priority: 1
[% END %]
X-Bugzilla-Product: [% product %]
X-Bugzilla-Component: [% comp %]
X-Bugzilla-Keywords: [% keywords %]
[% FOREACH keyword_item = keywords_array %]
X-Bugzilla-Keywords: [% keyword_item %]
[% END%]
X-Bugzilla-Severity: [% severity %]
X-Bugzilla-Who: [% changer %]
X-Bugzilla-Status: [% status %]

View File

@ -37,7 +37,9 @@ X-Priority: 1
[% END %]
X-Bugzilla-Product: [% product %]
X-Bugzilla-Component: [% comp %]
X-Bugzilla-Keywords: [% keywords %]
[% FOREACH keyword_item = keywords_array %]
X-Bugzilla-Keywords: [% keyword_item %]
[% END%]
X-Bugzilla-Severity: [% severity %]
X-Bugzilla-Who: [% changer %]
X-Bugzilla-Status: [% status %]

View File

@ -37,7 +37,9 @@ X-Priority: 1
[% END %]
X-Bugzilla-Product: [% product %]
X-Bugzilla-Component: [% comp %]
X-Bugzilla-Keywords: [% keywords %]
[% FOREACH keyword_item = keywords_array %]
X-Bugzilla-Keywords: [% keyword_item %]
[% END%]
X-Bugzilla-Severity: [% severity %]
X-Bugzilla-Who: [% changer %]
X-Bugzilla-Status: [% status %]

View File

@ -37,7 +37,9 @@ X-Priority: 1
[% END %]
X-Bugzilla-Product: [% product %]
X-Bugzilla-Component: [% comp %]
X-Bugzilla-Keywords: [% keywords %]
[% FOREACH keyword_item = keywords_array %]
X-Bugzilla-Keywords: [% keyword_item %]
[% END%]
X-Bugzilla-Severity: [% severity %]
X-Bugzilla-Who: [% changer %]
X-Bugzilla-Status: [% status %]

View File

@ -37,7 +37,9 @@ X-Priority: 1
[% END %]
X-Bugzilla-Product: [% product %]
X-Bugzilla-Component: [% comp %]
X-Bugzilla-Keywords: [% keywords %]
[% FOREACH keyword_item = keywords_array %]
X-Bugzilla-Keywords: [% keyword_item %]
[% END%]
X-Bugzilla-Severity: [% severity %]
X-Bugzilla-Who: [% changer %]
X-Bugzilla-Status: [% status %]

View File

@ -33,7 +33,9 @@ X-Priority: 1
[% END %]
X-Bugzilla-Product: [% product %]
X-Bugzilla-Component: [% comp %]
X-Bugzilla-Keywords: [% keywords %]
[% FOREACH keyword_item = keywords_array %]
X-Bugzilla-Keywords: [% keyword_item %]
[% END%]
X-Bugzilla-Severity: [% severity %]
X-Bugzilla-Who: [% changer.login %]
X-Bugzilla-Status: [% status %]