From e901d7416e86cd7ac091152548b8776403ff5ef1 Mon Sep 17 00:00:00 2001 From: Daniel Tran <d.tran@adito.de> Date: Wed, 14 Jul 2021 17:36:44 +0200 Subject: [PATCH] [Projekt: xRM-ContactManagement][TicketNr.: 1083877][Organisation_entity / orgReportDispatch-Action: fehlerhafter IconIdProcess] - Fixed broken iconIdProcess. --- .../children/dispatchorgreport/iconIdProcess.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entity/Organisation_entity/entityfields/orgreportdispatch/children/dispatchorgreport/iconIdProcess.js b/entity/Organisation_entity/entityfields/orgreportdispatch/children/dispatchorgreport/iconIdProcess.js index e0d420de99..765ae3aa1e 100644 --- a/entity/Organisation_entity/entityfields/orgreportdispatch/children/dispatchorgreport/iconIdProcess.js +++ b/entity/Organisation_entity/entityfields/orgreportdispatch/children/dispatchorgreport/iconIdProcess.js @@ -6,4 +6,6 @@ import("KeywordRegistry_basic"); var orgStatus = vars.get("$field.STATUS"); if (orgStatus == $KeywordRegistry.contactStatus$inactive()) - result.string(COMPONENTSTATE_DISABLED); +{ + result.string(neon.COMPONENTSTATE_DISABLED); +} -- GitLab