Revision d2be3edc
Added by Serghei Mihai over 10 years ago
| ckanext/ozwillo_organization_api/plugin.py | ||
|---|---|---|
| 165 | 165 |
def group_types(self): |
| 166 | 166 |
return ('organization',)
|
| 167 | 167 |
|
| 168 |
def group_controller(self): |
|
| 169 |
return 'organization' |
|
| 170 |
|
|
| 168 | 171 |
def form_to_db_schema(self): |
| 169 | 172 |
schema = super(OrganizationForm, self).form_to_db_schema() |
| 170 | 173 |
del schema['name'] |
Also available in: Unified diff
organization form affects organization controller (#6534)