ozwillo's instance id used for organization id

This commit is contained in:
Serghei Mihai 2015-02-03 10:39:36 +01:00
parent f81cd06f4a
commit 0225110e20
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def create_organization(context, data_dict):
org_dict = {
'type': 'organization',
'name': organization['organization_name'].lower(),
'id': organization['id'],
'id': instance_id,
'title': organization['organization_name'],
'description': organization['type'],
}