Skip to content
Snippets Groups Projects
Commit 95072c1a authored by Megan Henning's avatar Megan Henning
Browse files

Add final rebase change

parent 6c03a64c
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ class AnalysesHandler(RefererHandler):
"""Upload ad-hoc analysis outputs generated offline."""
_id = kwargs.get('_id')
analysis = self.storage.get_container(_id)
parent = self.storage.get_parent(analysis['parent']['type'], analysis['parent']['id'])
parent = self.storage.get_parent(_id, cont=analysis)
permchecker = self.get_permchecker(parent)
permchecker(noop)('POST')
......
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