Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Jun 2015 at 19:02 UTC
Updated:
14 Sep 2015 at 14:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
stevectorComment #2
stevectorComment #4
hchonovAt the moment NodeViewController::view is used for the route entity.view.cannonical and has default arguments for the view mode and the language, but does not forward them to EntityViewController::view, which makes it imposible for contrib modules, to reuse the controller for custom view modes and languages.
The supplied patch does not need a test from my POV, thus I am setting it to RTBC.
Comment #5
wim leersRTBC+1 — super simple fix.
Comment #6
alexpottCommitted 7365cd4 and pushed to 8.0.x. Thanks!