* Fix select of build error.
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
*/
|
||||
function changeProduct(productID)
|
||||
{
|
||||
link = createLink('project', 'build', 'projectID=' + projectID + '&type=product¶m=' + productID);
|
||||
link = createLink('execution', 'build', 'executionID=' + executionID + '&type=product¶m=' + productID);
|
||||
location.href = link;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user