[ckan-changes] [okfn/ckan] 067d95: [#1775] Implement mass editing of vocab tags via A...
GitHub
noreply at github.com
Mon Feb 20 16:10:27 UTC 2012
Branch: refs/heads/feature-1698-tag-taxonomies
Home: https://github.com/okfn/ckan
Commit: 067d95d27190d201e81a102572f60e98a253bf32
https://github.com/okfn/ckan/commit/067d95d27190d201e81a102572f60e98a253bf32
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-02-20 (Mon, 20 Feb 2012)
Changed paths:
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/logic/schema.py
M ckan/model/tag.py
M ckan/model/vocabulary.py
M ckan/tests/functional/api/model/test_vocabulary.py
Log Message:
-----------
[#1775] Implement mass editing of vocab tags via API
You pass key a list of tag dicts with key 'tags' to vocabulary_create or vocabulary_update, new tags will be created and completely replace the vocabulary's existing tags.
More information about the ckan-changes
mailing list