Closed (fixed)
Project:
Footnotes
Version:
4.0.0-alpha5
Component:
Footnotes
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2024 at 21:22 UTC
Updated:
13 Mar 2024 at 04:34 UTC
Jump to comment: Most recent
Comments
Comment #2
scott_euser commentedThanks for flagging, probably we need an update here https://git.drupalcode.org/project/footnotes/-/blob/4.0.x/src/Upgrade/Fo...
To check if the item is translatable & the fields is translated, then update the translated items as well if so.
Comment #4
scott_euser commentedHi @e5sego
This should work: I created 2 translatable node bundles, one where the field body is translatable and one where it isn't (only node itself translatable) and both seem to work fine with this merge request.
Can you confirm if it solves it for you please?
Thanks!
Scott
Comment #5
e5sego commentedHi @scott_euser,
I can confirm translated content got updated too using this branch.
Thanks for make this work!
Comment #7
scott_euser commentedThanks!