- Issue created by @mstrelan
14:52 11:02 Running- @mstrelan opened merge request.
- Status changed to Needs work
about 1 year ago 1:17am 24 October 2023
As identified in
🐛
Javascript errors in entity-form.js when retranslate checkbox does not exist
Active
, core/misc/entity-form.js is looking for .js-form-item-translation-translate
and similar for retranslate, but the actual class name includes the "content-" prefix in there, e.g. .js-form-item-content-translation-translate
.
Needs work
11.0 🔥
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.