Custom Query (2152 matches)
Results (1546 - 1548 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#279 | fixed | Ensure package's license is an option when it's edited | johnbywater | dread |
Description |
With forms configurable to show a subset of licenses and ckan instances moving packages from server to server, there is a chance that a user will edit a package and the existing package's license is not displayed in the form. If the user submits this form without touching the license dropdown, then the value is lost. So for this case we should add the package's license to the list displayed. |
|||
#119 | fixed | Ensure non-active packages don't show up | dread | dread |
Description |
Ensure pending packages don't show up in search or browse cost: 4h |
|||
#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. |