Skip to main content
Sign in
Snippets Groups Projects
Commit 27934b00 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix: Correct listing call (coscine/issues#1805)

parent 98447ddc
Branches Hotfix/1805-listingBreaks
Tags
2 merge requests!53Fix: Correct listing call (coscine/issues#1805),!52Sprint/2021 23
......@@ -118,7 +118,7 @@ namespace Coscine.Api.Tree.Controllers
return BadRequest($"No provider for: \"{resource.Type.DisplayName}\".");
}
var fileInfos = await resourceTypeDefinition.ListEntries(null, path, resourceTypeOptions);
var fileInfos = await resourceTypeDefinition.ListEntries(resourceId, path, resourceTypeOptions);
var metadataInfos = new List<ResourceEntry>(fileInfos);
if (path.EndsWith("/"))
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment