This commit is contained in:
tianshujie
2024-03-26 14:32:42 +08:00
parent 555362002e
commit e3ec54f975
+1 -1
View File
@@ -1903,7 +1903,7 @@ class taskZen extends task
$this->execution->setMenu($executionID);
if($this->app->tab == 'project')
{
$this->project->setMenu($execution->project);
$this->project->setMenu((int)$execution->project);
$this->view->projectID = $execution->project;
}