Skip to content
Snippets Groups Projects
Commit 0e76321f authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

Merge branch 'cm_1083877_org_brokenIconIdProcess' into '2021.1'

[Projekt: xRM-ContactManagement][TicketNr.: 1083877][Organisation_entity /...

See merge request xrm/basic!1146
parents 8b5e6c42 e901d741
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment