* Fix bug #26586.
This commit is contained in:
@@ -27,7 +27,7 @@ $(function()
|
||||
var planID = $('#plan').val();
|
||||
if(planID)
|
||||
{
|
||||
parent.location.href = createLink('execution', 'importPlanStories', 'executionID=' + executionID + '&planID=' + planID);
|
||||
location.href = createLink('execution', 'importPlanStories', 'executionID=' + executionID + '&planID=' + planID);
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user