Skip to content
Snippets Groups Projects
Commit 9cdc92c7 authored by AndiMajore's avatar AndiMajore
Browse files

removing _groups attribute from file download

Former-commit-id: 773d3cf645eabdd87590c6bc4cee99a0b2154766 [formerly fe5dc4597db98ecd8acc5322b8aa102118fee249]
Former-commit-id: 36879c23727a47613e0d5cec2784c1543a946bc1
parent 61d7307f
No related branches found
No related tags found
No related merge requests found
...@@ -475,7 +475,7 @@ def graph_export(request) -> Response: ...@@ -475,7 +475,7 @@ def graph_export(request) -> Response:
file ready to download. file ready to download.
""" """
remove_node_properties = ['color', 'shape', 'border_width', 'group', 'border_width_selected', 'shadow', remove_node_properties = ['color', 'shape', 'border_width', 'group', 'border_width_selected', 'shadow',
'group_id', 'drugstone_type', 'font', 'x', 'y'] 'group_id', 'drugstone_type', 'font', 'x', 'y', '_group']
rename_node_properties = {'group_name': 'group'} rename_node_properties = {'group_name': 'group'}
remove_edge_properties = ['group', 'color', 'dashes', 'shadow', 'id'] remove_edge_properties = ['group', 'color', 'dashes', 'shadow', 'id']
rename_edge_properties = {'group_name': 'group'} rename_edge_properties = {'group_name': 'group'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment