* [bug#49218,done,0.1h] check batch action privilege.

This commit is contained in:
tianshujie
2024-06-13 01:13:30 +00:00
committed by 王怡栋
parent fe2959dc37
commit db22aaaa3d
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -1135,6 +1135,7 @@ class task extends control
$this->view->orderBy = $orderBy;
$this->view->type = $type;
$this->view->executionID = $executionID;
$this->view->execution = $execution;
$this->display();
}