Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2012 at 03:49 UTC
Updated:
29 Jul 2014 at 21:29 UTC
The Entity translation patch wrongly used a variable in the JS. It's not selecting the right element.
This shouldn't be an issue in real life since FAPI gives unique enough class names, but it's inconsistent and might be an issue at some point.
| Comment | File | Size | Author |
|---|---|---|---|
| core-js-et-sumary.patch | 465 bytes | nod_ |
Comments
Comment #1
seutje commentedMakes sense, although I can't think of a use-case where the context passed in would differ from the one in the higher scope, this is how the API is designed to work.
Also, love the French patch name :P
Comment #2
nod_et = entity translation, sorry to disappoint :p
Comment #3
webchickCommitted and pushed to 8.x. Thanks!