Custom Query (2152 matches)
Results (1399 - 1401 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2812 | invalid | Groups description needs improving | toby | markw |
Description |
The 'What are Groups?' text at <http://demo.ckan.org/group> is a bit naff. Here is a suggested replacement: What are groups? Groups allow you to group users and data together so that they are easier to manage. For example datasets in a group could be visible only to group members, or publicly visible but only editable by group members. Groups can be used to collect together datasets from a single publisher, or related to a particular project, for example. |
|||
#131 | fixed | Groups REST interface | dread | dread |
Description |
Controlling Groups through a REST interface. |
|||
#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' |