mjanez / ckanext-schemingdcat

Improved ckanext-scheming with DCAT, DCAT-AP and GeoDCAT-AP/INSPIRE custom schemas and tools.
https://github.com/mjanez/ckan-docker
GNU Affero General Public License v3.0
0 stars 2 forks source link

Bug - CKAN 2.10 - Fix request.args() #41

Closed mjanez closed 1 month ago

mjanez commented 7 months ago
2024-03-12 14:23:33,493 WARNI [ckan.lib.maintain] Function params() in module ckan.common has been deprecated since CKAN v2.10.0 and will be removed in a later release of ckan. Use `request.args` instead of `request.params`
mjanez commented 1 month ago

Update request.params to request.args https://github.com/ckan/ckan/commit/5fb7d07ec6534dd7fc4e93a24148b82455cab110

mjanez commented 1 month ago

Fixed by: https://github.com/mjanez/ckanext-schemingdcat/pull/101