mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
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. |
||
---|---|---|
.. | ||
linkSrv.js | ||
module.html | ||
module.js |