Custom Query (2152 matches)
Results (655 - 657 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1765 | fixed | Enhance Tag and Package models with vocabularies | seanh | seanh |
Description |
Add a vocabulary column to the tags database table, change tags to have unique (tag_name, vocabulary_id) instrad of unique tag name, update methods in the Tag and Package classes to deal with the fact that tags may belong to vocabularies and that tag names are no longer unique. |
|||
#1775 | fixed | Enable adding many tags at once to controlled vocabularies via API | seanh | seanh |
Description |
We already have API calls for adding one tag or removing one tag at a time to/from a vocab. Want more convenient ways to add or remove many in one call, or just pass in a list of tags to completely replace a vocab's current list.
|
|||
#1776 | fixed | Granular editing of vocabulary tags | seanh | seanh |
Description |
Add API calls for adding one or more tags to and removing one or more tags from a vocabulary, without affecting the other tags in that vocabulary and without having to pass the full list of the vocabulary's tags. |