Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Aug 2013 at 14:15 UTC
Updated:
29 Jul 2014 at 22:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sergeypavlenko commentedComment #2
sergeypavlenko commentedComment #3
Anonymous (not verified) commentedIt is the empty patch file.
Comment #4
Anonymous (not verified) commentedSorry. I am wrong.
Comment #5
Anonymous (not verified) commentedYes. The variable $language is unused.
Comment #6
webchickWonder if this is an oversight, though... Should that $langcode variable actually be getting passed into some of the code below?
Moving components and tagging VDC.
Comment #7
sergeypavlenko commentedThe variable $langcode below in the code is not used. I think it should be removed.
Comment #8
webchickYes, I realize that. I'm asking whether that's actually a bug. :)
Comment #9
dawehnerI am not sure but can you actually translate something of description/label(admin)/title ... of a view?
Comment #10
andypostSuppose we should get rid of all unused variables, as I know views uses config translation now
Comment #11
webchickok cool, just checking.
Committed and pushed to 8.x. Thanks!