* Export the selected items from post variable instead of from cookie.
This commit is contained in:
@@ -4222,7 +4222,7 @@ class execution extends control
|
||||
|
||||
if($this->post->exportType == 'selected')
|
||||
{
|
||||
$checkedItem = $this->cookie->checkedItem;
|
||||
$checkedItem = $this->post->checkedItem;
|
||||
if(strpos(",$checkedItem,", ",{$execution->id},") === false) unset($executionStats[$i]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user