diff --git a/module/project/control.php b/module/project/control.php index fa5a7d6d34..0951995446 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -374,6 +374,8 @@ class project extends control $this->loadModel('execution'); $this->loadModel('product'); + if($model == 'kanban') unset($this->lang->project->authList['reset']); + if($_POST) { $projectID = $this->project->create();