[Bps-public-commit] SD branch, master, updated. 02289830494b5e751ff6999bd80d8a679e2afd9b

jesse jesse at bestpractical.com
Tue Jul 14 18:05:09 EDT 2009


The branch, master has been updated
       via  02289830494b5e751ff6999bd80d8a679e2afd9b (commit)
      from  2e691b99569c6431bdacc6e8cd2eac553efbfabe (commit)

Summary of changes:
 lib/App/SD/Server/View.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 02289830494b5e751ff6999bd80d8a679e2afd9b
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Jul 14 18:04:18 2009 -0400

    Fix display of owner in webbased task lists

diff --git a/lib/App/SD/Server/View.pm b/lib/App/SD/Server/View.pm
index 73bcd54..dc730d2 100644
--- a/lib/App/SD/Server/View.pm
+++ b/lib/App/SD/Server/View.pm
@@ -414,7 +414,7 @@ private template 'ticket_list' => sub {
             for my $ticket (@$tickets) {
                 row {
                     cell { class is 'id'; ticket_link( $ticket => $ticket->luid ); };
-                    for (qw|status milestone component order reporter due created|) {
+                    for (qw|status milestone component owner reporter due created|) {
                     
                         cell { class is $_; $ticket->prop($_) };
                     }

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list