Skip to content
Snippets Groups Projects
Verified Commit 86328cff authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Fix deposit metadata retrieval in moderation view

Related to T4125
parent d35ba519
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ def _admin_deposit_list(request):
for row in table_data["data"]:
metadata = get_deposit_raw_metadata(row["id"])
if metadata:
row["raw_metadata"] = metadata[-1]
row["raw_metadata"] = metadata
else:
row["raw_metadata"] = None
......
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