From 9ad2073b7edfa71772da924eaf83039bd4cce8e7 Mon Sep 17 00:00:00 2001 From: Elimig <33025815+Elimig@users.noreply.github.com> Date: Wed, 25 Oct 2017 12:03:22 +0200 Subject: [PATCH] Update list.php Fixed bug of non-uploading title in tooltip --- htdocs/projet/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php index cc4d4e27e64..435ef5fc538 100644 --- a/htdocs/projet/list.php +++ b/htdocs/projet/list.php @@ -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)