From 2f732d0af0318d839f8b9209bf0936ce435b95aa Mon Sep 17 00:00:00 2001 From: Johannes Hoermann <j.hoermann@adito.de> Date: Fri, 12 Apr 2019 16:24:13 +0200 Subject: [PATCH] refactor --- .../entityfields/name_with_type/valueProcess.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/entity/Attribute_entity/entityfields/name_with_type/valueProcess.js b/entity/Attribute_entity/entityfields/name_with_type/valueProcess.js index 0832aa0fe2..747a495cf7 100644 --- a/entity/Attribute_entity/entityfields/name_with_type/valueProcess.js +++ b/entity/Attribute_entity/entityfields/name_with_type/valueProcess.js @@ -2,8 +2,6 @@ import("system.translate"); import("system.result"); import("system.vars"); import("Attribute_lib"); -import("Keyword_lib"); -import("KeywordRegistry_basic") var name = vars.get("$field.ATTRIBUTE_NAME"); if (vars.get("$field.ATTRIBUTE_TYPE").trim() != $AttributeTypes.COMBOVALUE) -- GitLab