Orgs: allow setting location field by PATCH
This commit is contained in:
parent
1bd6e07fe2
commit
c6eebc4eae
@ -108,6 +108,7 @@ class OrganizationPatchHandler(patch_handler.AbstractPatchHandler):
|
|||||||
'name': patch['name'].strip(),
|
'name': patch['name'].strip(),
|
||||||
'description': patch.get('description', '').strip(),
|
'description': patch.get('description', '').strip(),
|
||||||
'website': patch.get('website', '').strip(),
|
'website': patch.get('website', '').strip(),
|
||||||
|
'location': patch.get('location', '').strip(),
|
||||||
}
|
}
|
||||||
self.log.info('User %s edits Organization %s: %s', current_user_id, org_id, update)
|
self.log.info('User %s edits Organization %s: %s', current_user_id, org_id, update)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user