Skip to content

group_controller() on IGroupForm not in interface #2771

@metaodi

Description

@metaodi

In plugins.py, there is a call to a function group_controller on IGroupForm plugins.

This method is not mentioned on the IGroupForm interface. This leads to a strange bug: I'm using ckanext-scheming and this implements IGroupForm for a custom organization schema. But because this method is not present, it will use the group controller instead of the organization controller to generate links (e.g. for the pagination).

I guess this method just went missing and should be added to the interface and can then be implemented by extensions as needed.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions