Closed (fixed)
Project:
Inline Entity Form
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Sep 2016 at 14:09 UTC
Updated:
25 Feb 2020 at 00:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
johnwebdev commentedComment #3
dawehnerDo you mind providing some patch? This would help the maintainer to see what you changed.
IMHO though you should not run
t()through this configuration here. Configuration should always be translated using the config translation module.For this case here, I think though that we have to adapt the config schema to change away from
to
to make it translatable
Comment #4
cosolom commentedProblem still exists in rc1
Comment #5
andersmosshall commentedPatch with changes from #3
Comment #6
chris matthews commentedComment #7
hanness#5 works for me. As there is no UI, I created a translation file for the view mode and imported it via drush cim.
Btw: there is also a core issue for a view/form mode translation UI: #2546212: Entity view/form mode formatter/widget settings have no translation UI - did not tested it yet.
Comment #8
chris matthews commentedPer @joachim's comment in #2576445: Inline Entity Form stable release plan #20, this RTBC issue is blocked until #2974544: Convert tests from Simpletest to FunctionalJavascript is fixed.
Comment #9
oknate#2974544: Convert tests from Simpletest to FunctionalJavascript is in. Can we get test coverage for this?
Comment #10
geek-merlinThe patch is a fix for a simple config schema oversight. If we test this, we must test an awful lot. So daring to re-RTBC.
Feel free to disagree.
Comment #11
geek-merlin