This commit is contained in:
wangyidong
2020-12-08 09:21:32 +08:00
parent badeb97dca
commit 8de5f93c2b
32 changed files with 290 additions and 253 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
}
else
{
$browseLink = $this->createLink('user', 'todo', "account=$todo->account");
$browseLink = $this->createLink('user', 'todo', "userID=$user->id");
}
if($this->app->user->admin or ($this->app->user->account == $todo->account) or ($this->app->user->account == $todo->assignedTo))