* Fix bug #49681.
This commit is contained in:
@@ -65,7 +65,11 @@ $(document).off('click','.batch-btn').on('click', '.batch-btn', function()
|
||||
}
|
||||
else
|
||||
{
|
||||
if(!unlinkTaskIdList) return false;
|
||||
if(!unlinkTaskIdList)
|
||||
{
|
||||
loadCurrentPage();
|
||||
return false;
|
||||
}
|
||||
|
||||
$('#storyIdList').val(unlinkTaskIdList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user