From: lpsolit%gmail.com <> Date: Thu, 28 Jul 2005 03:56:09 +0000 (+0000) Subject: Bug 301018: Add INTERFACE section to bug/create/created.html.tmpl - Patch by Marc... X-Git-Tag: bugzilla-2.20rc2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39fb0abcbe200bdade5e41e17a55895646e38be6;p=thirdparty%2Fbugzilla.git Bug 301018: Add INTERFACE section to bug/create/created.html.tmpl - Patch by Marc Schumann r=wicked a=myk --- diff --git a/template/en/default/bug/create/created.html.tmpl b/template/en/default/bug/create/created.html.tmpl index 312d7f70bc..17f057ca08 100644 --- a/template/en/default/bug/create/created.html.tmpl +++ b/template/en/default/bug/create/created.html.tmpl @@ -19,6 +19,20 @@ # Contributor(s): Gervase Markham #%] +[%# INTERFACE: + # id: number; the ID of the bug that was created. + # sentmail: array of hash; bugs for which BugMail should be sent, contains: + # type: string; type of change for this bug, either 'created' if this bug + # was created or 'dep' if it was added as a dependent/blocker + # id: integer; the ID of the bug + # mailrecipients: hash; contains the BugMail recipients, for details on + # this contents, see template bug/process/bugmail.html.tmpl + # bug: object; Bugzilla::Bug object of the bug that was created (used in + # template bug/edit.html.tmpl + # bug_list: array of integers; sorted bug list (used in template + # bug/navigate.html.tmpl) + #%] + [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl @@ -32,6 +46,7 @@ type = item.type id = item.id mail = item.mail + mailrecipients = mailrecipients %] [% END %]