Project

General

Profile

« Previous | Next » 

Revision 0225110e

Added by Serghei Mihai over 8 years ago

ozwillo's instance id used for organization id

View differences:

ckanext/ozwillo_organization_api/plugin.py
51 51
    org_dict = {
52 52
        'type': 'organization',
53 53
        'name': organization['organization_name'].lower(),
54
        'id': organization['id'],
54
        'id': instance_id,
55 55
        'title': organization['organization_name'],
56 56
        'description': organization['type'],
57 57
    }

Also available in: Unified diff