relevant note for current snapshot api
This commit is contained in:
parent
e47a7d80f2
commit
4cad3eb063
|
@ -73,6 +73,7 @@ def NewSnapshot(request):
|
|||
annotation = Annotation.objects.filter(
|
||||
uuid=data['uuid'],
|
||||
type=Annotation.Type.SYSTEM,
|
||||
# TODO this is hardcoded, it should select the user preferred algorithm
|
||||
key="hidalgo1",
|
||||
owner=tk.owner.institution
|
||||
).first()
|
||||
|
|
Loading…
Reference in New Issue