Closed (duplicate)
Project:
Paragraphs
Version:
7.x-1.0-rc5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2017 at 09:53 UTC
Updated:
5 Mar 2019 at 15:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
howdytom commentedyes, I am able to reproduce this as well. Did you find a workaround?
Comment #3
schwarli4783 commentedUnfortunately not. The only solution for me at the moment is to create a new non translated field and use this field instead.
Comment #4
sonneworks commentedI noticed that in this file: paragraphs.field_formatter.inc the call to view() does not have a language set
shouldn't this be
that seems to solve it for me
Comment #5
howdytom commentedComment #6
ciss commentedThere's no patch to review.
Comment #7
sonneworks commentedComment #8
sonneworks commentedComment #9
ciss commented@sonneworks please follow https://www.drupal.org/node/707484 to create a patch that can be applied and tested. I'm guessing the patch can't be applied by the testbot because the "diff --git ..." and "index ..." lines are missing.
Comment #10
ianwensink commentedHave the same problem. Took #7 and made it into an actual patch, so now it can be applied.
Comment #11
heliogabalthere is actually another more complete patch available that does the same thing at this related issue:
https://www.drupal.org/project/paragraphs/issues/2645646
I think this should get closed as duplicate therefore. Feel free to reopen if the other patch doesn't resolve this issue as well - it will definitely solve it better than the patch within this issue.