Skip to content
Snippets Groups Projects
Commit 28fdae04 authored by AndiMajore's avatar AndiMajore
Browse files

fixed small issue with file download

Former-commit-id: 03ae1d5e
parent db5f2ebd
No related branches found
No related tags found
No related merge requests found
......@@ -467,7 +467,7 @@ def graph_export(request) -> Response:
file ready to download.
"""
remove_node_properties = ['color', 'shape', 'border_width', 'group_name', 'border_width_selected', 'shadow',
'group_id', 'drugstone_type', 'font', 'label', 'x', 'y']
'group_id', 'drugstone_type', 'font', 'x', 'y']
remove_edge_properties = ['group_name', 'color', 'dashes', 'shadow', 'id']
nodes = request.data.get('nodes', [])
edges = request.data.get('edges', [])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment