- Issue created by @bkosborne
- Merge request !25Issue #3392244: Entity browser enhancements should only be executed once → (Open) created by bkosborne
- last update
about 1 year ago 31 pass, 2 fail - Status changed to Needs review
about 1 year ago 8:15pm 6 October 2023 - 🇺🇸United States jmcintyre
Subscribing. This patch almost worked for me. I'm still unable to select items once I've used the exposed filters on the entity browser, though.
I've only seen the issue occur when the entity browser is used on a field (image, in my case) that accepts multiple values. I have single-value image fields, on the same node form even, that work just fine.
I think disabling Big Pipe is going to have to do for now. Thanks for working on this!
- 🇺🇸United States lisagodare@gmail.com
Similar to @jmcintyre, I've noticed this issue on when entity browser is used on an Image field that accepts more than 1 value. When the entity browser is initially loaded, I cannot select an image. Clicking over to "Upload" tab and back to the "Library" tab allows me to select images again. The only difference I could see is that BigPipe is loaded with the initial entity browser load, but not when clicking through the tabs.
Using filters causes it to break again, using a pager does not. This is due to the call to "once", the element returned via Ajax isn't being updated due to having already been applied once before.
I'm testing an updated patch locally, where I've added a call to
.ajaxStop()
to add the functionality there as well. So far it is working. - last update
8 months ago 32 pass - 🇮🇳India rahulrasgon
@lisagodare, patch is not working after clicking on Load More Button on entity browser.