Revision 55388392
Added by Serghei Mihai almost 10 years ago
ckanext/ozwillo_organization_api/plugin.py | ||
---|---|---|
80 | 80 |
|
81 | 81 |
try: |
82 | 82 |
delete_uri = toolkit.url_for(controller='api', action='action', |
83 |
logic_function="delete-organization", |
|
83 |
logic_function="delete-ozwillo-organization",
|
|
84 | 84 |
ver=context['api_version'], |
85 | 85 |
qualified=True) |
86 | 86 |
organization_uri = toolkit.url_for(host=request.host, |
... | ... | |
93 | 93 |
controller='home', |
94 | 94 |
action='index') + 'organization_icon.png' |
95 | 95 |
|
96 |
|
|
97 | 96 |
group_or_org_create(context, org_dict, is_org=True) |
98 | 97 |
|
99 | 98 |
# setting organization as active explicitely |
Also available in: Unified diff
destruction url communicated to ozwillo fixed