mirror of
https://github.com/apache/superset.git
synced 2026-07-09 08:15:49 +00:00
url_param() returned the request.args value through an early return, skipping the dialect-specific quoting and cache-key handling that the form_data path applies. Funnel both input sources through the same tail so the returned value is handled consistently regardless of where the parameter originated. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>