Merge branch 'sprint/hufangzhou_26586' into 'master'
* Fix bug #26586. See merge request easycorp/zentaopms!5205
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