]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 178880 - Creation date is now displayed in the long list.
authorjake%bugzilla.org <>
Sun, 1 Dec 2002 11:59:31 +0000 (11:59 +0000)
committerjake%bugzilla.org <>
Sun, 1 Dec 2002 11:59:31 +0000 (11:59 +0000)
Patch by Frank Wein <mcsmurf@gmx.net>
r=jake
a=justdave

long_list.cgi
template/en/default/bug/show-multiple.html.tmpl

index 5047d271ea3c74148325aab9b2922a3e186f825d..5bb19956c70d38791e662f89e47c23a037afa2f7 100755 (executable)
@@ -58,7 +58,8 @@ my $generic_query = "
     bugs.status_whiteboard, 
     bugs.keywords,
     bugs.estimated_time,
-    bugs.remaining_time
+    bugs.remaining_time,
+    date_format(creation_ts,'%Y.%m.%d %H:%i')
   FROM bugs,profiles assign,profiles report, products, components
   WHERE assign.userid = bugs.assigned_to AND report.userid = bugs.reporter
     AND bugs.product_id=products.id AND bugs.component_id=components.id";
@@ -82,7 +83,7 @@ foreach my $bug_id (split(/[:,]/, $buglist)) {
                        "bug_severity", "component", "assigned_to", "reporter",
                        "bug_file_loc", "short_desc", "target_milestone",
                        "qa_contact", "status_whiteboard", "keywords", 
-                       "estimated_time", "remaining_time") 
+                       "estimated_time", "remaining_time", "creation_ts"
     {
         $bug{$field} = shift @row;
     }
index d7e2fcf09e40d2a73c0d3530673cc3ead7e716c9..a4f4bf9c73ae59debc79111b543f9f1a57f17bd2 100644 (file)
       </tr>
     [% END %]
 
+    <tr>
+      <td colspan="4">
+        <b>Opened:</b>&nbsp;
+        [% bug.creation_ts FILTER time %]
+      </td>
+    </tr>
     <tr>
       <td colspan="4">
         <b>Description:</b>