Commit 2d7ceb5
# Backport
This will backport the following commits from `main` to `8.x`:
- [[Drilldowns] Fix drilldown add variable adding additional brackets
(#196539)](#196539)
<!--- Backport version: 9.4.3 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)
<!--BACKPORT [{"author":{"name":"Krzysztof
Kowalczyk","email":"krzysztof.kowalczyk@elastic.co"},"sourceCommit":{"committedDate":"2024-10-17T09:46:53Z","message":"[Drilldowns]
Fix drilldown add variable adding additional brackets (#196539)\n\n##
Summary\r\n\r\nThis PR adds a check to create/edit drilldown template
editor for\r\nwhether the cursor (where variable would be inserted) is
already between\r\ndouble brackets.\r\n\r\nFixes:
#121421","sha":"3c3b7c8ecb97961d98f7760cb90f25e2937c623d","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Feature:Drilldowns","v9.0.0","Team:SharedUX","backport:prev-minor"],"title":"[Drilldowns]
Fix drilldown add variable adding additional
brackets","number":196539,"url":"https://github.com/elastic/kibana/pull/196539","mergeCommit":{"message":"[Drilldowns]
Fix drilldown add variable adding additional brackets (#196539)\n\n##
Summary\r\n\r\nThis PR adds a check to create/edit drilldown template
editor for\r\nwhether the cursor (where variable would be inserted) is
already between\r\ndouble brackets.\r\n\r\nFixes:
#121421","sha":"3c3b7c8ecb97961d98f7760cb90f25e2937c623d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196539","number":196539,"mergeCommit":{"message":"[Drilldowns]
Fix drilldown add variable adding additional brackets (#196539)\n\n##
Summary\r\n\r\nThis PR adds a check to create/edit drilldown template
editor for\r\nwhether the cursor (where variable would be inserted) is
already between\r\ndouble brackets.\r\n\r\nFixes:
#121421","sha":"3c3b7c8ecb97961d98f7760cb90f25e2937c623d"}}]}]
BACKPORT-->
Co-authored-by: Krzysztof Kowalczyk <krzysztof.kowalczyk@elastic.co>
1 parent 6bf25ab commit 2d7ceb5
1 file changed
Lines changed: 15 additions & 1 deletion
File tree
- src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
34 | 47 | | |
35 | 48 | | |
36 | 49 | | |
| |||
64 | 77 | | |
65 | 78 | | |
66 | 79 | | |
| 80 | + | |
67 | 81 | | |
68 | 82 | | |
69 | | - | |
| 83 | + | |
70 | 84 | | |
71 | 85 | | |
72 | 86 | | |
| |||
0 commit comments