Skip to content

Commit

Permalink
[#2835] toolkit: add DefaultOrganizationForm
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Jan 15, 2016
1 parent cc0bb58 commit 6d0121b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/plugins/toolkit.py
Expand Up @@ -45,6 +45,7 @@ class _Toolkit(object):
'CkanCommand', # class for providing cli interfaces
'DefaultDatasetForm', # base class for IDatasetForm plugins
'DefaultGroupForm', # base class for IGroupForm plugins
'DefaultOrganizationForm', # base class for IGroupForm plugins for orgs
'response', # response object for cookies etc
'BaseController', # Allow controllers to be created
'abort', # abort actions
Expand Down Expand Up @@ -189,6 +190,7 @@ def _initialize(self):
t['CkanCommand'] = cli.CkanCommand
t['DefaultDatasetForm'] = lib_plugins.DefaultDatasetForm
t['DefaultGroupForm'] = lib_plugins.DefaultGroupForm
t['DefaultOrganizationForm'] = lib_plugins.DefaultOrganizationForm

t['response'] = pylons.response
self.docstring_overrides['response'] = '''The Pylons response object.
Expand Down

0 comments on commit 6d0121b

Please sign in to comment.