You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In
plugins.py
, there is a call to a functiongroup_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 theorganization
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.
The text was updated successfully, but these errors were encountered: