You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because the self_link returned from searching is not the subcommunities endpoint. As such we (improperly) directly replace the private _links_tpl with our own — however we do not have access to the correct args meaning that the self link, which could be subcommunties?p=1&size=10 will always return subcommunities as we don't have access
The text was updated successfully, but these errors were encountered:
In subcommunities/services/service.py we have:
because the
self_link
returned from searching is not the subcommunities endpoint. As such we (improperly) directly replace the private_links_tpl
with our own — however we do not have access to the correctargs
meaning that the self link, which could besubcommunties?p=1&size=10
will always returnsubcommunities
as we don't have accessThe text was updated successfully, but these errors were encountered: