Custom Query (2152 matches)
Results (391 - 393 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#2937 | fixed | GroupController.history() missing extras_as_string | seanh | |
Description |
GroupController?'s history() method doesn't pass 'extras_as_string': True in the context when it calls group_show. This means that if you have an IGroupForm plugin that is adding a custom metadata field and using convert_to/from_extras() then a field value of 'foo' will be returned as '"foo"' Other GroupController? and PackageController? methods do pass 'extras_as_string' |