Finish task#3273 操作受限用户无法创建待办和日志,cost:1 left:0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user