[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. e6c2f06a38df910976f59b1a4e380dc6291ca9f8
jesse
jesse at bestpractical.com
Thu Jan 22 21:44:47 EST 2009
The branch, master has been updated
via e6c2f06a38df910976f59b1a4e380dc6291ca9f8 (commit)
from 2be23d9cef3e2f8a9d464b9f449666ac87ea5c96 (commit)
Summary of changes:
lib/App/SD/Server/View.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e6c2f06a38df910976f59b1a4e380dc6291ca9f8
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Jan 22 21:44:39 2009 -0500
Removed dead code
diff --git a/lib/App/SD/Server/View.pm b/lib/App/SD/Server/View.pm
index 0801b2b..c234515 100644
--- a/lib/App/SD/Server/View.pm
+++ b/lib/App/SD/Server/View.pm
@@ -485,7 +485,6 @@ template edit_ticket => page {
);
$ticket->load(($id =~ /^\d+$/ ? 'luid' : 'uuid') =>$id);
- title is "Update ticket: ". $ticket->luid.": ".$ticket->prop('summary');
$self->ticket_page_actions($ticket);
@@ -501,6 +500,8 @@ template edit_ticket => page {
div { { class is "widget $prop"};
widget( function => $f, prop => $prop, autocomplete => 0 ) };
}
+
+
for my $prop (@BASIC_PROPS) {
div { { class is "widget $prop"};
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list