From e2d3931b2d32558f3655613e464d519de2b9704c Mon Sep 17 00:00:00 2001
From: "S.Listl" <s.listl@adito.de>
Date: Thu, 28 Nov 2019 15:16:37 +0100
Subject: [PATCH] Attribute refresh treetable after insert

---
 entity/Attribute_entity/recordcontainers/jdito/onInsert.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entity/Attribute_entity/recordcontainers/jdito/onInsert.js b/entity/Attribute_entity/recordcontainers/jdito/onInsert.js
index f04162a2d2..e2008693db 100644
--- a/entity/Attribute_entity/recordcontainers/jdito/onInsert.js
+++ b/entity/Attribute_entity/recordcontainers/jdito/onInsert.js
@@ -24,4 +24,4 @@ var values = [
     rowdata["SORTING.value"] || ""
 ];
 
-db.insertData("AB_ATTRIBUTE", columns, null, values);
\ No newline at end of file
+db.insertData("AB_ATTRIBUTE", columns, null, values);neon.refreshAll();
\ No newline at end of file
-- 
GitLab