Commit 57a097f5 authored by Romain Loth's avatar Romain Loth

TODO comment on api/nodes to fix user id retrieval someday

parent 2e6769ca
...@@ -215,6 +215,7 @@ class NodeListHaving(APIView): ...@@ -215,6 +215,7 @@ class NodeListHaving(APIView):
class NodeResource(APIView): class NodeResource(APIView):
# TODO either real authentification test or remove check on user.id
def get(self, request, node_id): def get(self, request, node_id):
parameters, query, count = _query_nodes(request, node_id) parameters, query, count = _query_nodes(request, node_id)
if not len(query): if not len(query):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment