Skip to content

[8.6][Session View] Fix hidden alert flyout in session view#145141

Merged
Omolola-Akinleye merged 2 commits intoelastic:mainfrom
Omolola-Akinleye:session-view-flyout-issue
Nov 14, 2022
Merged

[8.6][Session View] Fix hidden alert flyout in session view#145141
Omolola-Akinleye merged 2 commits intoelastic:mainfrom
Omolola-Akinleye:session-view-flyout-issue

Conversation

@Omolola-Akinleye
Copy link
Contributor

@Omolola-Akinleye Omolola-Akinleye commented Nov 14, 2022

Summary

Alert Flyout Detail panel doesn't show in session view
Summarize your PR. If it involves visual changes include a screenshot or gif.
When clicking on the expand icon in the process alert row or View details in the Alert tab content, the Alert flyout doesn't show.
Before the alerts flyout was showing in session view until isTimelineScope() was added. We need to dispatch the toggle to the details panel even if the timeline is not in scope.
image

@Omolola-Akinleye Omolola-Akinleye added bug Fixes for quality problems that affect the customer experience Team: AWP: Visualization AWP team that does most fullstack work in kibana v8.6.0 labels Nov 14, 2022
@Omolola-Akinleye Omolola-Akinleye requested a review from a team as a code owner November 14, 2022 17:02
@Omolola-Akinleye Omolola-Akinleye added the release_note:skip Skip the PR/issue when compiling release notes label Nov 14, 2022
@Omolola-Akinleye Omolola-Akinleye requested a review from a team November 14, 2022 17:18
@Omolola-Akinleye Omolola-Akinleye added the ci:cloud-deploy Create or update a Cloud deployment label Nov 14, 2022
Copy link
Contributor

@opauloh opauloh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

const loadDetailsPanel = useCallback(
(panelConfig?: TimelineExpandedDetailType) => {
if (panelConfig && scopedActions) {
if (isTimelineScope(scopeId)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Yea...this shouldn't be only scoped to timeline.

Copy link
Contributor

@michaelolo24 michaelolo24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM

@kibana-ci
Copy link

kibana-ci commented Nov 14, 2022

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
securitySolution 9.6MB 9.6MB -90.0B
Unknown metric groups

ESLint disabled in files

id before after diff
osquery 1 2 +1

ESLint disabled line counts

id before after diff
enterpriseSearch 19 21 +2
fleet 59 65 +6
osquery 108 113 +5
securitySolution 441 447 +6
total +19

Total ESLint disabled count

id before after diff
enterpriseSearch 20 22 +2
fleet 67 73 +6
osquery 109 115 +6
securitySolution 518 524 +6
total +20

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@Omolola-Akinleye Omolola-Akinleye enabled auto-merge (squash) November 14, 2022 20:15
@Omolola-Akinleye Omolola-Akinleye merged commit 733011b into elastic:main Nov 14, 2022
@kibanamachine kibanamachine added the backport:skip This PR does not require backporting label Nov 14, 2022
jloleysens added a commit to jloleysens/kibana that referenced this pull request Nov 15, 2022
* main: (65 commits)
  Migrate server-side `Root` and `Server` to packages (elastic#144990)
  [Discover] Handle no data views state for `esQuery` alert (elastic#145052)
  [ML] Allow updates for number of allocations and priority for trained model deployments (elastic#144704)
  [api-docs] 2022-11-15 Daily api_docs build (elastic#145203)
  [Security solution] remove guided onboarding feature flag (elastic#144247)
  [DOCS] Automate final case APIs (elastic#145007)
  [Enterprise Search] Name and description flyout for connectors (elastic#143827)
  [Guided onboarding] Update header button logic (elastic#144634)
  [Lens] Multi metric partition charts (elastic#143966)
  [Dashboard] [Controls] Add unmapped runtime field support to options list (elastic#144947)
  [Security Solution] Add Task Metric Collection to New Tasks (elastic#145181)
  [TriggersActionsUi] disable jest config in CI (elastic#145186)
  [TableListView] Enhance tag filtering (elastic#142108)
  [Cloud Posture] Compliance by CIS section table (elastic#145114)
  [8.6][Session View] Fix hidden alert flyout  in session view (elastic#145141)
  [customIntegrations] async load all components (elastic#145166)
  Fix time for logs smoke tests in integration test (elastic#145130)
  [RAM] Update rule status (elastic#140882)
  Update babel (main) (elastic#145060)
  [Actionable Observability] Add context.alertDetailsUrl variable to action connector template for APM rule types (elastic#144791)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting bug Fixes for quality problems that affect the customer experience ci:cloud-deploy Create or update a Cloud deployment release_note:skip Skip the PR/issue when compiling release notes Team: AWP: Visualization AWP team that does most fullstack work in kibana v8.6.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants