summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index edfc037c6..5cf9bce9c 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -642,6 +642,12 @@ sub create {
1
],
+ bug_list_link => sub
+ {
+ my $buglist = shift;
+ return join(", ", map(get_bug_link($_, $_), split(/ *, */, $buglist)));
+ },
+
# In CSV, quotes are doubled, and any value containing a quote or a
# comma is enclosed in quotes.
csv => sub