From e54a07206a1b6d34f49e70f122ef08e41e3d755e Mon Sep 17 00:00:00 2001 From: "s.pongratz" <s.pongratz@adito.de> Date: Mon, 10 Aug 2020 14:54:41 +0200 Subject: [PATCH] #1059391-NotificationCenter Coding-Guidelines anpassungen --- .../entityfields/typecode/dropDownProcess.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entity/Notification_entity/entityfields/typecode/dropDownProcess.js b/entity/Notification_entity/entityfields/typecode/dropDownProcess.js index b10dd33080..f4800969f4 100644 --- a/entity/Notification_entity/entityfields/typecode/dropDownProcess.js +++ b/entity/Notification_entity/entityfields/typecode/dropDownProcess.js @@ -4,7 +4,8 @@ import("system.notification"); var types = [] -for ( property in notification.getAllTypes()) { +for (let property in notification.getAllTypes()) +{ types.push(property); } -- GitLab