
@alxy is this related to the stuff you did?
Probably yes, but does the filtering work, just the search doesn't?
@Rike-cz Maybe you can look into it, I have started a new job and don't have too much time now.
@Rike-cz my guess is that since the popover DOM nodes are technically at the root of the document and not inside the parent form element the required relation POST variable is not being sent with the search AJAX request which means that the relationcontroller isn't initializing the required widgets.
Probably yes, but does the filtering work, just the search doesn't?
@alxy Yes, filtering works only search does not.
It looked like simple one line missing problem but what I inspected and @LukeTowers wrote, it is not so simple...
It shouldn't be too difficult, you just need to be able to provide the relation field in the AJAX requests sent by the filters.
I can confirm the issue.
While trying to fix this, I have realized that it is actually a duplicate of https://github.com/octobercms/october/issues/4775 , which has already been fixed by @bennothommo . Nice work there! It works for me in view and manage mode.
@alxy Thanks for letting us know about the duplication.
This issue is fixed by 9155e7d.