* Export the selected items from post variable instead of from cookie.

This commit is contained in:
liugang
2023-08-31 16:42:57 +08:00
parent 89e1ef0a3e
commit a9c5986f10
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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]);
}
}