Skip to content

Commit 0bc3ba9

Browse files
authored
Merge pull request #13490 from SORMAS-Foundation/bugfix-#13470-map-dahsboard-not-showing-events-information
hide show events checkbox pending resolution
2 parents 780ff4d + 6e0edb2 commit 0bc3ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sormas-ui/src/main/java/de/symeda/sormas/ui/dashboard/gis/GisDashboardMapComponent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ protected void addLayerOptions(VerticalLayout layersLayout) {
585585
refreshMap(true);
586586
});
587587
samplesLayers.addComponent(showEventsCheckBox);
588+
showEventsCheckBox.setVisible(false);
588589
}
589590

590591
if (UiUtil.hasNationJurisdictionLevel() && UiUtil.permitted(UserRight.CASE_VIEW)) {

0 commit comments

Comments
 (0)