diff --git a/entity/Attribute_entity/recordcontainers/jdito/onInsert.js b/entity/Attribute_entity/recordcontainers/jdito/onInsert.js index f04162a2d2836bb63447c87c3788f3a999891c9b..e2008693db11715b5a828e5585c5fc6f64f9d69e 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