mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Versions are converted to numbers instead of strings
This commit is contained in:
parent
d0d7201c0d
commit
61a893d067
@ -112,7 +112,9 @@ elsif ($action eq 'getversions'){
|
||||
}
|
||||
@versions = @{$plan->get_product_versions($prod_id)};
|
||||
}
|
||||
print objToJson(\@versions);
|
||||
my $json = new JSON;
|
||||
$json->autoconv(0);
|
||||
print $json->objToJson(\@versions);
|
||||
}
|
||||
# For use in new_case and show_case since new_plan does not require an id
|
||||
elsif ($action eq 'getcomps'){
|
||||
|
Loading…
x
Reference in New Issue
Block a user