agnes-the-ai-analyst/webapp/static/js
Petr f6000cc867 Fix: URL-encode metric FQN in catalog modal request
When metric FQN contains spaces (e.g. 'Active2 Customers'), JavaScript
was creating invalid URLs with literal spaces. Now properly encoding FQN
with encodeURIComponent() to convert spaces to %20 before sending to API.

Flask automatically decodes the path parameter back to original FQN.
2026-03-12 15:20:10 +01:00
..
metric_modal.js Fix: URL-encode metric FQN in catalog modal request 2026-03-12 15:20:10 +01:00