Fix permission to show details of project
This commit is contained in:
parent
749e5eb7f4
commit
02aa4f7e0c
@ -991,7 +991,7 @@ class Project extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
$linkclose='';
|
$linkclose='';
|
||||||
if (empty($notooltip) && $user->rights->propal->lire)
|
if (empty($notooltip) && $user->rights->projet->lire)
|
||||||
{
|
{
|
||||||
if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))
|
if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user