Custom Query (2152 matches)
Results (1885 - 1887 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2845 | fixed | Editing an organization removes all datasets from the organization | seanh | seanh |
Description |
Run CKAN with the publisher profile and organizations plugins enabled. Make an organization. Make a dataset and add it to the organization. Edit the organization and change e.g. its description. After saving the organization, all its datasets have been removed from the organization and now belong to no organization. |
|||
#2872 | fixed | Non-open licenses are marked as open | seanh | |
Description |
Set a dataset's license to 'Other (Not Open)', the dataset will have an Open Data icon next to it |
|||
#2930 | fixed | convert_from_extras() returns qupted strings from API | seanh | |
Description |
Use an IGroupForm plugin to add a custom metadata field to groups using convert_to_extras() and convert_from_extras(), when calling group show the value comes back quoted, e.g. '"my_value"' Should add tests to example_igroupform and others that setting and getting the custom fields works through the action API. |