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

fixed small issue with file download

Former-commit-id: c106891ddfb6eacdedc434bdbae509fbdd272a44 [formerly b6d45caa04fbe4ed898494ffe603514999cc27ac]
Former-commit-id: 855ab56122580c9496332cdd37ef1dd908b4671a
parent 062ab9ae
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