mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
867ac5df67
When linkSrv appends parameters to a URL's query string, it would blindly add a ? to the URL even if the URL already contained a ? or the string to add was empty. This change fixes that behavior and some other edge cases. Includes a unit test to verify expected behavior. |
||
---|---|---|
.. | ||
components | ||
controllers | ||
core | ||
features | ||
headers | ||
panels | ||
partials | ||
plugins | ||
services | ||
app.js |