- Issue created by @liquidcms
- π¦π«Afghanistan ab.shakir
ab.shakir β made their first commit to this issueβs fork.
- Merge request !17Fix broken UI for adding views field in another view. β (Open) created by Unnamed author
- π¦π«Afghanistan ab.shakir
I thought it is worth debugging this issue and found that it should be:
'#ajax' => [ 'url' => views_ui_build_form_url($form_state), ]
Instead of:
'#ajax' => [ 'path' => views_ui_build_form_url($form_state), ]
So it is all about 'path' vs 'url'.
- Status changed to RTBC
6 days ago 9:40pm 21 June 2025 - πΊπΈUnited States mortona2k Seattle
This bug is impacting everyone who has had to set up a view with this module.
The code change is a simple fix, and solved the problem for me on D11.
Thank you!