]> git.mjollnir.org Git - cil.git/commitdiff
Fix showing the updated field (instead of inserted)
authorAndrew Chilton <andychilton@gmail.com>
Wed, 25 Nov 2009 07:03:22 +0000 (20:03 +1300)
committerAndrew Chilton <andychilton@gmail.com>
Wed, 25 Nov 2009 07:03:55 +0000 (20:03 +1300)
lib/CIL/Utils.pm

index ad2344bbf064f28affbff5498394cdce02b9af6a..6758fff991dec58cb4f654bc7af393053729b722 100644 (file)
@@ -375,7 +375,7 @@ sub display_issue_full {
     $class->field( 'Precedes', $_ )
         foreach sort @{$issue->PrecedesList()};
     $class->field( 'Inserted', $issue->Inserted() );
-    $class->field( 'Updated', $issue->Inserted() );
+    $class->field( 'Updated', $issue->Updated() );
     $class->text('Description', $issue->Description());
 
     my $comments = $cil->get_comments_for( $issue );