fix tooltip project
This commit is contained in:
parent
723708f13d
commit
26452c9644
@ -1323,8 +1323,7 @@ class Project extends CommonObject
|
||||
$dataparams = '';
|
||||
if (getDolGlobalInt('MAIN_ENABLE_AJAX_TOOLTIP')) {
|
||||
$classfortooltip = 'classforajaxtooltip';
|
||||
$dataparams = ' data-params='.json_encode($params);
|
||||
// $label = $langs->trans('Loading');
|
||||
$dataparams = " data-params='".json_encode($params)."'";
|
||||
}
|
||||
$label = implode($this->getTooltipContentArray($params));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user