Merge pull request #7708 from Elimig/patch-3
Fix don't show title in tooltip
This commit is contained in:
commit
a00cf6b28b
@ -669,6 +669,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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user