Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Oct 2012 at 11:58 UTC
Updated:
29 Jul 2014 at 21:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andypostSimple patch
Comment #2
gábor hojtsyGood find! Before the patch the default for the drop down is the site default language on vocabularies. With this code clearly removed, what it is after the patch? (The code removed in the patch was added when langcode was introduced on taxonomy terms and vocabularies but the language selector UI on the entity form was not yet there.)
Comment #3
penyaskito#1987866: Convert taxonomy_vocabulary_add() to a new style controller removed that piece of code. The default for the drop down is the site default language on vocabularies still.
So I guess this is not a problem anymore.