Wesley Barroso Lopes
Wesley Barroso Lopes
This is part of: https://github.com/plone/volto/issues/5284 Allows working copy services to be accessed in the Portal. Also returns working copy data in the Portal serialization. In Plone 6.0, this PR should...
https://github.com/plone/plone.restapi/blob/9241e726850fc9b3ecdb8d0b955a130db3fe114c/src/plone/restapi/services/email_send/post.py#L41 https://github.com/plone/plone.restapi/blob/9241e726850fc9b3ecdb8d0b955a130db3fe114c/src/plone/restapi/services/email_send/post.py#L51 https://github.com/plone/plone.restapi/blob/9241e726850fc9b3ecdb8d0b955a130db3fe114c/src/plone/restapi/services/email_send/post.py#L123
This PR has #6897 as target. > [!CAUTION] The Volto Team has suspended its review of new pull requests from first-time contributors until the [release of Plone 7](https://plone.org/download/release-schedule), which is...
Now that the Volto app is deprecated, what is the recommended way to put a Volto into production? Should I use cookieplone to create an "empty addon"?
Now we use `getQueryStringResults` on `withQuerystringResults` even when we have no search criteria. The query used will have the same result as the items key of the content json. Fix...
Run `pnpm --filter @plone/volto run build:types` to regenerate TypeScript declaration files from the latest source code.
See: https://github.com/plone/volto/tree/18.x.x/packages They exist in the master: https://github.com/plone/volto/tree/main/packages
Backport of #7662 to Volto 18.
**Describe the bug** Error occurred: ```javascript Cannot read properties of undefined (reading 'token') ``` **To Reproduce** Steps to reproduce the behavior: 1. Create a multilingual website. 2. Create a content...
Previously, QuerystringSearch imposed a hardcoded limit=1000 on all queries, even when the user did not specify a limit. This caused unexpected truncation of results. Now the limit parameter is only...