mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-30 02:52:22 +08:00
Remove default tooltip from Subpanel Default Stat
This commit is contained in:
parent
54d4d7d558
commit
5a5890f1c3
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ class SubpanelDefault extends SubpanelDataQueryHandler implements StatisticsProv
|
||||||
$result = $this->fetchRow($dbQuery);
|
$result = $this->fetchRow($dbQuery);
|
||||||
$statistic = $this->buildSingleValueResponse(self::KEY, 'int', $result);
|
$statistic = $this->buildSingleValueResponse(self::KEY, 'int', $result);
|
||||||
|
|
||||||
$this->addMetadata($statistic, ['tooltip_title_key' => 'LBL_DEFAULT_TOTAL_TOOLTIP']);
|
|
||||||
$this->addMetadata($statistic, ['descriptionKey' => 'LBL_DEFAULT_TOTAL']);
|
$this->addMetadata($statistic, ['descriptionKey' => 'LBL_DEFAULT_TOTAL']);
|
||||||
$this->close();
|
$this->close();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue