Skip to content

Commit 246413c

Browse files
authored
Merge pull request #1317 from UN-OCHA/berliner/HPC-10065
HPC-10065: Use overridden plan type abbreviation also in the map tooltips
2 parents 5bafb71 + bef5378 commit 246413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/modules/custom/ghi_blocks/src/Plugin/Block/GlobalPage/PlanOverviewMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ private function buildCircleMap() {
227227
'tooltip' => implode(' ', [
228228
$plan_entity->getShortName(),
229229
$plan_entity->getYear(),
230-
$plan_entity->getPlanTypeShortLabel(FALSE),
230+
$plan->getTypeShortName(TRUE),
231231
]),
232232
'tooltip_values' => [
233233
'in_need' => [

0 commit comments

Comments
 (0)