* Fix bug #32881.
This commit is contained in:
@@ -2107,6 +2107,7 @@ class story extends control
|
||||
public function batchToTask($executionID = 0, $projectID = 0)
|
||||
{
|
||||
if($this->app->tab == 'execution' and $executionID) $this->loadModel('execution')->setMenu($executionID);
|
||||
if($this->app->tab == 'project' and $executionID) $this->loadModel('execution')->setMenu($executionID);
|
||||
|
||||
if(!empty($_POST['name']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user