Merge pull request #8730 from atm-arnaud/FIX_project_list_label

FIX label in getnomurl projectlist
This commit is contained in:
Laurent Destailleur 2018-05-05 13:26:11 +02:00 committed by GitHub
commit 8b4b786969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -668,6 +668,7 @@ while ($i < min($num,$limit))
$object->datee = $db->jdate($obj->date_end);
$object->statut = $obj->fk_statut;
$object->opp_status = $obj->fk_opp_status;
$object->title = $obj->title;
$userAccess = $object->restrictedProjectArea($user); // why this ?
if ($userAccess >= 0)