Skip to content

fix(rql): make the rql completion working again

the rql autocompletion was broken for a very long time, and it's a very helpful.

The rql autocomplete was using a JSONController, which has been deprecated for very long time. In b01dd0ef43aa, JSONController has been removed, and the rql autocompletion has been broken since.

As suggested by the deprecated warning, using the AjaxController instead is making everything working again.

Merge request reports