Skip to content
Snippets Groups Projects
Commit 563c02b6 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

1055398 integer attributes formatting fix

parent 913a19f9
No related branches found
No related tags found
No related merge requests found
......@@ -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
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