Merge pull request #5266 from atm-maxime/fix_project_time_spent_access
Fix access to project task time spent creation #5249
This commit is contained in:
commit
b47db3e9e1
@ -359,7 +359,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
/*
|
/*
|
||||||
* Form to add time spent
|
* Form to add time spent
|
||||||
*/
|
*/
|
||||||
if ($user->rights->projet->creer)
|
if ($user->rights->projet->lire)
|
||||||
{
|
{
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user