Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2013 at 23:30 UTC
Updated:
29 Jul 2014 at 23:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yched commentedPatch - help welcome for the test ;-)
Comment #2
yched commentedEr, we can be a bit smarter...
Comment #4
gábor hojtsySo where is that $langcode coming there (incorrectly)?
Comment #5
yched commentedIt's the language in which the entity_view($entity, $view_mode, $langcode) has been requested - here English, since my default UI language is still English.
There's an existing issue about what to do with all those $langcode params down the entity_view() callstack, now that we have the new Entity Translation model...
Comment #6
xjm(Merging "node system" and "node.module" components for 8.x; disregard.)
Comment #7
xjm(Merging "node system" and "node.module" components for 8.x; disregard.)
Comment #8
xjm(Merging "node system" and "node.module" components for 8.x; disregard.)
Comment #9
gábor hojtsyThanks! Ok, then only needs tests now :)
Comment #10
plopescRe-rolling and adding test.
Regards.
Comment #13
plopesc10: node_language_view-2161177-10.patch queued for re-testing.
Comment #16
plopesc10: node_language_view-2161177-10.patch queued for re-testing.
Comment #17
swentel commentedThis sounds wrong.
Other than that, this is RTBC to me.
Comment #18
plopescOh! I forgot to change that docblock after copy&paste... :-/
Sorry for the noise, new patch is here.
Comment #19
swentel commentedNo problem, RTBC if green :)
Comment #20
alexpottCommitted 7e41e96 and pushed to 8.x. Thanks!