plone / plone.restapi

RESTful API for Plone.
http://plonerestapi.readthedocs.org/
84 stars 73 forks source link

Users service: fix edge case where a userid is returned by search but isn't an actual user #1775

Closed davisagli closed 2 months ago

davisagli commented 2 months ago

Fixes #1774

@djay Any chance you can test whether this fixes the error you reported?

mister-roboto commented 2 months ago

@davisagli thanks for creating this Pull Request and helping to improve Plone!

TL;DR: Finish pushing changes, pass all other checks, then paste a comment:

@jenkins-plone-org please run jobs

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically.

Happy hacking!

netlify[bot] commented 2 months ago

Deploy Preview for plone-restapi canceled.

Name Link
Latest commit 52e3471ad644a78dc5a004ef6f93ea7567667860
Latest deploy log https://app.netlify.com/sites/plone-restapi/deploys/662ffb0640cee60008a981a0
davisagli commented 2 months ago

@jenkins-plone-org please run jobs

djay commented 2 months ago

@davisagli we already fixed it by removing the left over data so we can't test.