diff --git a/arches/app/etl_modules/base_data_editor.py b/arches/app/etl_modules/base_data_editor.py index 49acb51f083..82b3e76db88 100644 --- a/arches/app/etl_modules/base_data_editor.py +++ b/arches/app/etl_modules/base_data_editor.py @@ -114,7 +114,7 @@ def get_nodegroups(self, request): AND ng.parentnodegroupid IS null AND c.visible = true UNION - SELECT ng.nodegroupid, ng.parentnodegroupid, (ct.name || ' - ' || (c.name ->> %s)) name + SELECT ng.nodegroupid, ng.parentnodegroupid, (ct.name || ' > ' || (c.name ->> %s)) name FROM node_groups ng, cards c, card_tree ct WHERE ng.parentnodegroupid = ct.nodegroupid AND c.nodegroupid = ng.nodegroupid