- 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'.