Follow-up on 🐛 Modal auto-open conflicts with AJAX Needs review .
js/entity_browser.modal.js currently uses:
$button.addClass('entity-browser-processed');
Instead, core/once
should be used in the future!
Please also check all the other .js files and add tests.
Active
2.0
Miscellaneous
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.