David Glick
David Glick
@albavilanova No, in order for the REST API to recognize that there is a current user, the user needs to be authenticated in some way, and in order to authenticate...
@tisto Is there some way that we can make the endpoints indicate that a query is needed to get results, in that case? Simply returning an empty list makes it...
@stevepiercy +1
It's not immediately obvious to me why the translation isn't working, because plone.restapi tries to do that here: https://github.com/plone/plone.restapi/blob/main/src/plone/restapi/types/adapters.py#L63 I'll transfer the issue to plone.restapi, since it does seem to...
This was _supposed_ to be fixed by https://github.com/plone/plone.restapi/pull/1477. Someone needs to debug and figure out why it's not working.