[ckan-changes] [ckan/ckan] 8b3bb4: [#3167] Fix q parameter on followee_list
GitHub
noreply at github.com
Fri Jul 15 14:28:11 UTC 2016
Branch: refs/heads/3167-followee_list-q
Home: https://github.com/ckan/ckan
Commit: 8b3bb459aeae16f4760582f7caeef8f663698098
https://github.com/ckan/ckan/commit/8b3bb459aeae16f4760582f7caeef8f663698098
Author: amercader <amercadero at gmail.com>
Date: 2016-07-15 (Fri, 15 Jul 2016)
Changed paths:
M ckan/logic/schema.py
M ckan/tests/logic/action/test_get.py
Log Message:
-----------
[#3167] Fix q parameter on followee_list
The data_dict for followee_list was validated using
default_follow_user_schema, which didn't have validators for q, so the
data_dict ended up like:
{'__extras': {'q': u'Environment}, 'id': u'6cdc2a4c-2814-4a29-98f4-'}
Added q to the schema and a couple of tests
More information about the ckan-changes
mailing list