Oops; wasn't setting the URL field.
git-svn-id: svn://10.0.0.236/trunk@18816 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -126,7 +126,8 @@ $::FORM{'assigned_to'} =
|
||||
|
||||
my @list = ('reporter', 'assigned_to', 'product', 'version', 'rep_platform',
|
||||
'op_sys', 'bug_status', 'bug_severity', 'priority', 'component',
|
||||
'short_desc', 'long_desc', 'creation_ts', 'delta_ts');
|
||||
'short_desc', 'long_desc', 'creation_ts', 'delta_ts',
|
||||
'bug_file_loc');
|
||||
|
||||
my @vallist;
|
||||
foreach my $i (@list) {
|
||||
|
||||
Reference in New Issue
Block a user