generalize the interface of BTData::bug_id2bug_url we have a bug tracking
system which does not have a clear mapping from bugid to url. git-svn-id: svn://10.0.0.236/trunk@100936 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -74,7 +74,7 @@ use TreeData;
|
||||
use VCDisplay;
|
||||
|
||||
|
||||
$VERSION = ( qw $Revision: 1.9 $ )[1];
|
||||
$VERSION = ( qw $Revision: 1.10 $ )[1];
|
||||
|
||||
@ISA = qw(TinderDB::BasicTxtDB);
|
||||
|
||||
@@ -301,7 +301,7 @@ sub status_table_row {
|
||||
|
||||
# a link to the cgibin page which displays the bug
|
||||
|
||||
my ($href) = BTData::bug_id2bug_url($bug_id);
|
||||
my ($href) = BTData::bug_id2bug_url($rec);
|
||||
my ($window_title) = "BT Info bug_id: $bug_id";
|
||||
|
||||
# we display the list of names in 'teletype font' so that the
|
||||
|
||||
Reference in New Issue
Block a user