Skip to content

Commit

Permalink
temp: remove args from self link
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack committed Oct 2, 2024
1 parent c22463d commit 81490c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion invenio_communities/subcommunities/services/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ def search(self, identity, id_, **kwargs):
**kwargs
)
self_link = LinksTemplate(
pagination_links("{+api}/communities/{community_id}/subcommunities{args}"),
# https://github.com/inveniosoftware/invenio-communities/issues/1218
# pagination_links("{+api}/communities/{community_id}/subcommunities{?args*}"),
pagination_links("{+api}/communities/{community_id}/subcommunities"),
context={"community_id": id_},
)
subcommunities._links_tpl = self_link
Expand Down

0 comments on commit 81490c0

Please sign in to comment.