-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add universal relations service #1602
Conversation
@ksuess thanks for creating this Pull Request and helping to improve Plone! TL;DR: Finish pushing changes, pass all other checks, then paste a comment:
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! |
✅ Deploy Preview for plone-restapi ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
fields with registered named StaticCatalogVocabularyQuery
Now some more tests and it's done!
Support RelationList field with named StaticCatalogVocabulary and SelectWidget
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really good and extremely detailed work. Thank you!
Finding trailing spaces in GitHub's UI is not easy, so would you please double-check to ensure there are no more? I found just the one trailing space.
Co-authored-by: Steve Piercy <web@stevepiercy.com>
Co-authored-by: Steve Piercy <web@stevepiercy.com>
A list of relations can be deleted in one request. Maybe the wording is not optimal 'list of single relations'
@jenkins-plone-org please run jobs |
@jenkins-plone-org please run jobs |
1 similar comment
@jenkins-plone-org please run jobs |
BTW Jenkins is in a happy green color for this PR using plone.api not only for tests… @ericof |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we're close. With these changes, it should be good to go.
@pgrunewald This might probably concern your work on the link view: We changed the format of the response of the GET request. Please have a look at the preview of the documentation which is linked above in this PR. |
Co-authored-by: Steve Piercy <web@stevepiercy.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Thanks Katja! |
Resolve #1432
See preview of docs: https://deploy-preview-1602--plone-restapi.netlify.app/endpoints/relations.html
Required for relations control panel: plone/volto#3382