Time spent can be saved with project read right
This commit is contained in:
parent
b6700c70d6
commit
c73c1a577a
@ -53,7 +53,7 @@ $projectstatic = new Project($db);
|
||||
* Actions
|
||||
*/
|
||||
|
||||
if ($action == 'addtimespent' && $user->rights->projet->creer)
|
||||
if ($action == 'addtimespent' && $user->rights->projet->lire)
|
||||
{
|
||||
$error=0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user