Fix popover issue with tooltips

This commit is contained in:
Frederic Guillot
2015-02-17 20:03:33 -05:00
parent 2c68efac3a
commit 4ec507724f
3 changed files with 8 additions and 8 deletions

View File

@@ -666,7 +666,7 @@ class Helper
'subtaskRestriction',
array('task_id' => $subtask['task_id'], 'subtask_id' => $subtask['id'], 'redirect' => $redirect),
false,
'popover'
'popover task-board-popover'
);
}