[ckan-changes] [okfn/ckan] 2bcb32: [#705] remove_url_params supports multiple params
GitHub
noreply at github.com
Wed Mar 27 14:19:40 UTC 2013
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: 2bcb32de5d69e1f26a5b7c85a739e15a8317a822
https://github.com/okfn/ckan/commit/2bcb32de5d69e1f26a5b7c85a739e15a8317a822
Author: amercader <amercadero at gmail.com>
Date: 2013-03-27 (Wed, 27 Mar 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#705] remove_url_params supports multiple params
Sometimes is useful to remove more than one parameter from the URL to
clear a filter. This change does not modify any logic, just adds support
for the first parameter being a list instead of a string.
The value and replace parameters only will apply to the first element of
the list (or the provided param if key is a string)
More information about the ckan-changes
mailing list