diff --git a/module/common/model.php b/module/common/model.php index 941b993d29..21cf5cb273 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -1162,6 +1162,8 @@ class commonModel extends model global $app; if(!empty($app->user->admin)) return true; + if($module = 'todo' and ($method == 'create' or $method == 'batchcreate')) return true; + if($module = 'effort' and ($method == 'createforobject' or $method == 'batchcreate')) return true; // limited project $limitedProject = false;