mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.12`: - [[Links] Add Links to Dashboard feature privileges (#173332)](https://github.com/elastic/kibana/pull/173332) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nick Peihl","email":"nick.peihl@elastic.co"},"sourceCommit":{"committedDate":"2023-12-14T12:50:43Z","message":"[Links] Add Links to Dashboard feature privileges (#173332)","sha":"e73eb522904e44b72b3e13637403edfd33a68bb8","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Presentation","Project:Dashboard Navigation","v8.12.0","v8.13.0"],"number":173332,"url":"https://github.com/elastic/kibana/pull/173332","mergeCommit":{"message":"[Links] Add Links to Dashboard feature privileges (#173332)","sha":"e73eb522904e44b72b3e13637403edfd33a68bb8"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173332","number":173332,"mergeCommit":{"message":"[Links] Add Links to Dashboard feature privileges (#173332)","sha":"e73eb522904e44b72b3e13637403edfd33a68bb8"}}]}] BACKPORT--> Co-authored-by: Nick Peihl <nick.peihl@elastic.co>
This commit is contained in:
parent
df1431915e
commit
bd282be50f
2 changed files with 6 additions and 0 deletions
|
@ -582,6 +582,7 @@ Array [
|
|||
"visualization",
|
||||
"canvas-workpad",
|
||||
"lens",
|
||||
"links",
|
||||
"map",
|
||||
"tag",
|
||||
],
|
||||
|
@ -614,6 +615,7 @@ Array [
|
|||
"visualization",
|
||||
"canvas-workpad",
|
||||
"lens",
|
||||
"links",
|
||||
"map",
|
||||
"dashboard",
|
||||
"query",
|
||||
|
@ -1196,6 +1198,7 @@ Array [
|
|||
"visualization",
|
||||
"canvas-workpad",
|
||||
"lens",
|
||||
"links",
|
||||
"map",
|
||||
"tag",
|
||||
],
|
||||
|
@ -1228,6 +1231,7 @@ Array [
|
|||
"visualization",
|
||||
"canvas-workpad",
|
||||
"lens",
|
||||
"links",
|
||||
"map",
|
||||
"dashboard",
|
||||
"query",
|
||||
|
|
|
@ -203,6 +203,7 @@ export const buildOSSFeatures = ({
|
|||
'visualization',
|
||||
'canvas-workpad',
|
||||
'lens',
|
||||
'links',
|
||||
'map',
|
||||
'tag',
|
||||
],
|
||||
|
@ -220,6 +221,7 @@ export const buildOSSFeatures = ({
|
|||
'visualization',
|
||||
'canvas-workpad',
|
||||
'lens',
|
||||
'links',
|
||||
'map',
|
||||
'dashboard',
|
||||
'query',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue