Skip to content

Commit fc60573

Browse files
committed
fix adapt_links call in manage_get_response with collection_id value
1 parent c95db9f commit fc60573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/catalog/rs_server_catalog/user_catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ async def manage_get_response( # pylint: disable=too-many-locals, too-many-bran
964964
content = self.adapt_links(
965965
content,
966966
self.request_ids["owner_id"],
967-
self.request_ids["collection_ids"],
967+
self.request_ids["collection_ids"][0],
968968
"features",
969969
)
970970
elif request.scope["path"] == "/search":

0 commit comments

Comments
 (0)