From 7e78b7b31a41da59670d088ad158620c40b66978 Mon Sep 17 00:00:00 2001 From: "j.goderbauer" <j.goderbauer@adito.de> Date: Wed, 8 May 2019 13:30:13 +0200 Subject: [PATCH] Notification: added icon --- entity/Notification_entity/Notification_entity.aod | 1 + 1 file changed, 1 insertion(+) diff --git a/entity/Notification_entity/Notification_entity.aod b/entity/Notification_entity/Notification_entity.aod index 26cb5bab6d2..487b2ab08a2 100644 --- a/entity/Notification_entity/Notification_entity.aod +++ b/entity/Notification_entity/Notification_entity.aod @@ -3,6 +3,7 @@ <name>Notification_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> <title>Notifications</title> + <iconId>VAADIN:BELL</iconId> <titlePlural>Notifications</titlePlural> <recordContainer>db</recordContainer> <entityFields> -- GitLab