From d0da3f66d78a2fa480a3af18fe5348d99e051abc Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 13 May 2016 22:44:30 -0400 Subject: Fixed users tooltip in projects Gantt --- assets/js/src/Gantt.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'assets/js/src') diff --git a/assets/js/src/Gantt.js b/assets/js/src/Gantt.js index 584df087..02005bca 100644 --- a/assets/js/src/Gantt.js +++ b/assets/js/src/Gantt.js @@ -232,7 +232,7 @@ Kanboard.Gantt.prototype.getVerticalHeaderTooltip = function(record) { tooltip = "" + record.column_title + " (" + record.progress + ")
" + record.title; } else { - var types = ["managers", "members"]; + var types = ["project-manager", "project-member"]; for (var index in types) { var type = types[index]; @@ -240,7 +240,9 @@ Kanboard.Gantt.prototype.getVerticalHeaderTooltip = function(record) { var list = jQuery("