Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template variable chaining is not working #23

Closed
oplehto opened this issue Dec 4, 2020 · 1 comment · Fixed by #24
Closed

Template variable chaining is not working #23

oplehto opened this issue Dec 4, 2020 · 1 comment · Fixed by #24
Labels
type/bug Unexpected behavior or a feature is broken

Comments

@oplehto
Copy link

oplehto commented Dec 4, 2020

I'm trying to chain template variables and it seems that the variable expansion is not working in the "Custom query parameters" field in template variables. When I set:

search=$filter

The query becomes:

/?search=%24filter

The same happens with the double-bracket notation.

In the query editor this is working and only seems to affect the template variable editor.

@marcusolsson marcusolsson added the type/bug Unexpected behavior or a feature is broken label Dec 4, 2020
@marcusolsson
Copy link
Contributor

Thanks for reporting this! Fixed in the last PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Unexpected behavior or a feature is broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants