Skip to content
Snippets Groups Projects
Commit fb036ad7 authored by Daniel Tran's avatar Daniel Tran
Browse files

Fix company relations deletion.

parent 551f69d6
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,4 @@ if (isObjectRelationNode)
var objectRelationId = uid[6];
newWhereIfSet("AB_OBJECTRELATION.AB_OBJECTRELATIONID", objectRelationId)
.deleteData(true, "AB_OBJECTRELATION");
// Refresh otherwise the children of the deleted node would be moved to the root.
neon.refresh();
}
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