Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2013 at 21:42 UTC
Updated:
29 Jul 2014 at 21:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vijaycs85Adding schema file...
Comment #2
rahuldolas123 commentedAdding code styles according to http://drupal.org/node/1905070#codestyle
Comment #3
pfrenssenAssigning for review.
Comment #4
pfrenssenLooking good.
Comment #5
webchickCommitted and pushed to 8.x. Thanks!
Comment #6
gábor hojtsyThis does not seem like it covers taxonomy vocabulary config entities? Create a couple vocabularies and check your active configuration store for such files :)
Comment #7
vijaycs85Adding patch for taxonomy.vocabulary.*
Comment #8
vijaycs85Adding manual test screenshot from config_inspector.

Comment #9
gábor hojtsyLooks like this should be "Vocabulary" simply. We use "* settings" for module settings, and this is a configuration entity.
I was wondering if there are other missing pieces, like uuid when saving a new vocabulary, but double checking, this indeed seemed like the full set.
Marking needs work for the main label. :)
Comment #10
gábor hojtsyOtherwise tested this with http://drupal.org/project/config_translation and this finally makes taxonomy vocabulary translation work on the UI :) Just in need of that tiny label fix :)
Comment #11
gábor hojtsyFixed the taxonomy vocabulary label only. Should be good to go :)
Comment #12
gábor hojtsy#11: 1919208-taxonomy-schema-11.patch queued for re-testing.
Comment #13
xjmComment #14
webchickCommitted and pushed to 8.x. Thanks!