* Fix bug #41642, set test report value to '' after changing product.
This commit is contained in:
@@ -61,7 +61,7 @@ function loadTestReports(productID)
|
||||
if(result.reports)
|
||||
{
|
||||
$testreportPicker.render({items: result.reports});
|
||||
$testreportPicker.$.changeState({value: '0'});
|
||||
$testreportPicker.$.setValue('');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user