From f5d8f6bc1238d165df71529b774a92a312c8290b Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Tue, 17 Mar 2015 09:16:39 +0100 Subject: [PATCH] distinguish groups from organizations (#6753) --- ckanext/ozwillo_organization_api/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/ozwillo_organization_api/plugin.py b/ckanext/ozwillo_organization_api/plugin.py index 817971f..23a43fc 100644 --- a/ckanext/ozwillo_organization_api/plugin.py +++ b/ckanext/ozwillo_organization_api/plugin.py @@ -160,7 +160,7 @@ class OrganizationForm(plugins.SingletonPlugin, DefaultOrganizationForm): plugins.implements(plugins.IGroupForm) def is_fallback(self): - return True + return False def group_types(self): return ('organization',)