Skip to content
Snippets Groups Projects
Commit c17170b9 authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[FIX] web: all routes should have **kw to support utm/extra params

Without this commit, a valid route /web/content with an extra
params eg utm or adwords will return a 500 with:
TypeError: content_common() got an unexpected keyword argument 'extra_param_name'

This commit closes #21221

Task-32836 should fix for all routes in a future version
parent 9e981f65
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment