- 🇨🇦Canada joseph.olstad
Evaluating this and
🐛 getSuggestionLink() not working for Views Needs reviewso far I can't get this module to do anything at all, not sure why yet.
- 🇨🇦Canada joseph.olstad
ok so once I figured out how this module is set up, the above patch is working for us.
we have a massive prefix for our base path and a language node.
- First commit to issue fork.
- 🇯🇴Jordan mohammad-fayoumi Amman
Thanks for the merge request.
After reviewing and testing it I found that this line of code$url = $this->view->hasUrl() ? $this->view->getUrl() : Url::fromRoute('<current>');
will always return views/ajax I see we have to get the current page path not the ajax request URL.