Seven listing block#8252
Conversation
|
|
||
| props.onFormDataChange?.(nextData); | ||
| }, | ||
| onPatchFormData: (partial: Record<string, unknown>) => { |
There was a problem hiding this comment.
As per discussion with @robgietema , the querystring-search call should be made from the block not the widget. We might consider moving the withQuerystringResults to seven or develop something like it.
Documentation build overview
216 files changed ·
|
|
@nileshgulia1 I merged #8017. |
|
We will need a good battery of tests here. |
|
Thanks @sneridagh I will bring this PR up to date. With some tests for feature. |
|
Important Hello! Thanks for contributing to Plone Aurora! FYI, since June 5th, Plone Aurora lives in its own repository, thus, the |
This PR is based on the Querystring Widget changes introduced in #8017. That PR should be merged first, after which the target branch for this PR can be updated accordingly.