* [task#57631,doing,0.1h,1.4h] set project ID when the execution is empty.
This commit is contained in:
+1
-1
@@ -1909,7 +1909,7 @@ class taskZen extends task
|
||||
/* Set Menu. */
|
||||
if($this->app->tab == 'project' || (!empty($execution) && !$execution->multiple))
|
||||
{
|
||||
$this->project->setMenu((int)$execution->project);
|
||||
$this->project->setMenu(isset($execution) ? (int)$execution->project : $this->session->project);
|
||||
$this->view->projectID = $execution->project;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user