From 563c02b62f32774e4e9833165a1be9d4e3789414 Mon Sep 17 00:00:00 2001 From: Sebastian Listl <s.listl@adito.de> Date: Mon, 22 Mar 2021 15:57:06 +0100 Subject: [PATCH] 1055398 integer attributes formatting fix --- .../entityfields/dropdowndefinition/dropDownProcess.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entity/Attribute_entity/entityfields/dropdowndefinition/dropDownProcess.js b/entity/Attribute_entity/entityfields/dropdowndefinition/dropDownProcess.js index d74f783cd33..3feaa53b20d 100644 --- a/entity/Attribute_entity/entityfields/dropdowndefinition/dropDownProcess.js +++ b/entity/Attribute_entity/entityfields/dropdowndefinition/dropDownProcess.js @@ -4,6 +4,10 @@ import("Attribute_lib"); var attributeType = AttributeTypes.get(vars.get("$field.ATTRIBUTE_TYPE")); if (attributeType) +{ result.object(attributeType.getDropDownDefinitions() || []); +} else +{ result.object([]); +} \ No newline at end of file -- GitLab