[ckan-changes] [okfn/ckan] fea743: Fix bug in (group|organization)_member_create
GitHub
noreply at github.com
Thu Sep 12 20:28:48 UTC 2013
Branch: refs/heads/1243
Home: https://github.com/okfn/ckan
Commit: fea743c9289371ecbbb9c2d013d8f176ed8f4b27
https://github.com/okfn/ckan/commit/fea743c9289371ecbbb9c2d013d8f176ed8f4b27
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-09-12 (Thu, 12 Sep 2013)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
Fix bug in (group|organization)_member_create
According to the documentation, the "username" parameter accepts either name or
id, but the code only accepted name. I've fixed it to accept both.
More information about the ckan-changes
mailing list