Skip to content

Commit

Permalink
Chnage symbol in tree, #10186
Browse files Browse the repository at this point in the history
  • Loading branch information
njkim committed Oct 27, 2023
1 parent f77bc57 commit 402d728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/etl_modules/base_data_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 402d728

Please sign in to comment.