forked from enviPath/enviPy
App Domain Pathway Prediction (#47)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#47
This commit is contained in:
@ -1454,6 +1454,7 @@ def package_pathway_node(request, package_uuid, pathway_uuid, node_uuid):
|
||||
]
|
||||
|
||||
context['node'] = current_node
|
||||
context['app_domain_assessment_data'] = json.dumps(current_node.get_app_domain_assessment_data())
|
||||
|
||||
return render(request, 'objects/node.html', context)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user