This repository was archived by the owner on Apr 12, 2026. It is now read-only.
Commit 9efb793
authored
[sql] Fix query encoding in panel actions (#425)
The query parameter was not encoded in the panel actions, so that the
a users query broke, when he selected a query in the action and was
redirected to the raw view of his data.
This is now fixed by using "encodeURIComponent" for the query parameter
in the actions of an sql panel.1 parent 0943384 commit 9efb793
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments