* Fix bug #18640,18646.
This commit is contained in:
@@ -103,14 +103,8 @@ $(function()
|
||||
oldOpenedBuild = '';
|
||||
oldTaskID = $('#oldTaskID').val() || 0;
|
||||
|
||||
if(parseInt($('#execution').val()))
|
||||
{
|
||||
loadExecutionRelated($('#execution').val());
|
||||
}
|
||||
else
|
||||
{
|
||||
if(parseInt($('#project').val())) loadProjectTeamMembers($('#project').val());
|
||||
}
|
||||
loadExecutionRelated($('#execution').val());
|
||||
if(parseInt($('#project').val()) && !parseInt($('#execution').val())) loadProjectTeamMembers($('#project').val());
|
||||
|
||||
if(!assignedto) setTimeout(function(){setAssignedTo(moduleID, productID)}, 500);
|
||||
notice();
|
||||
|
||||
Reference in New Issue
Block a user