Skip to content

Commit

Permalink
[8.x] [Dataset quality] Add missing `breakdownField` while …
Browse files Browse the repository at this point in the history
…hydrating the Dataset Quality Details state. (#196798) (#196894)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Dataset quality] Add missing `breakdownField` while
hydrating the Dataset Quality Details state.
(#196798)](#196798)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Abdul Wahab
Zahid","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-18T14:18:27Z","message":"[Dataset
quality] Add missing `breakdownField` while hydrating the Dataset
Quality Details state. (#196798)\n\nAdd the missing `breakdownField`
while hydrating the context state from public state (e.g. from URL
state).","sha":"f31fa68b801938619b86627d2be3f6be6ade8a6c","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-logs"],"title":"[Dataset
quality] Add missing `breakdownField` while hydrating the Dataset
Quality Details
state.","number":196798,"url":"https://github.com/elastic/kibana/pull/196798","mergeCommit":{"message":"[Dataset
quality] Add missing `breakdownField` while hydrating the Dataset
Quality Details state. (#196798)\n\nAdd the missing `breakdownField`
while hydrating the context state from public state (e.g. from URL
state).","sha":"f31fa68b801938619b86627d2be3f6be6ade8a6c"}},"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/196798","number":196798,"mergeCommit":{"message":"[Dataset
quality] Add missing `breakdownField` while hydrating the Dataset
Quality Details state. (#196798)\n\nAdd the missing `breakdownField`
while hydrating the context state from public state (e.g. from URL
state).","sha":"f31fa68b801938619b86627d2be3f6be6ade8a6c"}}]}]
BACKPORT-->

Co-authored-by: Abdul Wahab Zahid <[email protected]>
  • Loading branch information
kibanamachine and awahab07 authored Oct 18, 2024
1 parent 2296239 commit a6216c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const getContextFromPublicState = (
},
},
dataStream: publicState.dataStream,
breakdownField: publicState.breakdownField,
expandedDegradedField: publicState.expandedDegradedField,
showCurrentQualityIssues:
publicState.showCurrentQualityIssues ?? DEFAULT_CONTEXT.showCurrentQualityIssues,
Expand Down

0 comments on commit a6216c5

Please sign in to comment.