Revision f5d8f6bc
Added by Serghei Mihai over 9 years ago
ckanext/ozwillo_organization_api/plugin.py | ||
---|---|---|
160 | 160 |
plugins.implements(plugins.IGroupForm) |
161 | 161 |
|
162 | 162 |
def is_fallback(self): |
163 |
return True
|
|
163 |
return False
|
|
164 | 164 |
|
165 | 165 |
def group_types(self): |
166 | 166 |
return ('organization',) |
Also available in: Unified diff
distinguish groups from organizations (#6753)