Finish task#3273 操作受限用户无法创建待办和日志,cost:1 left:0

This commit is contained in:
wangyidong
2017-10-25 10:48:31 +08:00
parent deb8adaec6
commit 48024e6cf8
+2
View File
@@ -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;