[ckan-changes] [ckan/ckan] 8b3bb4: [#3167] Fix q parameter on followee_list
GitHub
noreply at github.com
Tue Jul 19 12:28:33 UTC 2016
Branch: refs/heads/master
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
Commit: f3e251c947a2bcd28abfde987d39836857b85a82
https://github.com/ckan/ckan/commit/f3e251c947a2bcd28abfde987d39836857b85a82
Author: Ian Ward <ian at excess.org>
Date: 2016-07-19 (Tue, 19 Jul 2016)
Changed paths:
M ckan/logic/schema.py
M ckan/tests/logic/action/test_get.py
Log Message:
-----------
Merge pull request #3167 from ckan/3167-followee_list-q
`q` parameter in followee_list action has no effect
Compare: https://github.com/ckan/ckan/compare/f0ab2b39b32d...f3e251c947a2
More information about the ckan-changes
mailing list