- 🇧🇪Belgium ludo.r Brussels
Patch #11 works, however it seems there's an issue with the form option.
It doesn't get saved as expected (gets saved withnull
value).I had to set myself the
render_source
property to FALSE in the config.
In this moment Sorts blocks can not be used with Block view display because of block displays can not be found on the page.
If we'll be have an ability to render block without found view display then we can handle query parameters on the query_alter hook.
Facets module working in the same way.
Add new setting "Show sort block when source display is not rendered"
Accordingly to the fact that all search fields stored as a different configuration objects, it can be better to add setting to the block instance, but I'm not sure for now.
Needs work
1.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Patch #11 works, however it seems there's an issue with the form option.
It doesn't get saved as expected (gets saved with null
value).
I had to set myself the render_source
property to FALSE in the config.