Skip to content
Snippets Groups Projects
Commit 1eb337c7 authored by nagem's avatar nagem
Browse files

Add join=origin logic to acqs on colls

parent 3d45b46a
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,8 @@ class CollectionsHandler(ContainerHandler):
acq['debug'] = {}
aid = str(acq['_id'])
acq['debug']['details'] = self.uri_for('cont_details', cont_name='acquisitions', cid=aid, _full=True) + '?user=' + self.get_param('user', '')
for acquisition in acquisitions:
acquisition = self.handle_origin(acquisition)
return acquisitions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment