* Add parameters to the link.
This commit is contained in:
@@ -5,7 +5,7 @@ $(function()
|
||||
if(executions.length == 0)
|
||||
{
|
||||
alert(createExecution);
|
||||
location.href = createLink('execution', 'create');
|
||||
location.href = createLink('execution', 'create', 'productID=&executionID=©ExecutionID=&planID=&confirm=&projectID=' + projectID);
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user