You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm wondering if this is possible with this bundle without really hacking around it.
I tried just rendering multiple entities and including the async.html.twig under each of them with specified ID, but this approach seems to work only for the first item on the page; others don't get the comment thread nor form.
Is this something supported by FOSCommentBundle, or should I write my own JavaScripts for it?
The text was updated successfully, but these errors were encountered:
Hm, after analyzing the original JavaScript it seems quite impossible. I ended up modifying and redoing some parts of the JavaScript to actually make it work.
Hey, I'm wondering if this is possible with this bundle without really hacking around it.
I tried just rendering multiple entities and including the
async.html.twig
under each of them with specified ID, but this approach seems to work only for the first item on the page; others don't get the comment thread nor form.Is this something supported by FOSCommentBundle, or should I write my own JavaScripts for it?
The text was updated successfully, but these errors were encountered: