-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SECURITY SOLUTION] Bring back Drag drop in query tabs of active timeline #111908
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
desk tested locally. drag and drop works as before for the event detail panel when on the query tab, and is disabled on all the others. tried to break it by switching to different tabs while the detail panel was open but drag and drop was enabled and disabled as appropriate. failing snapshot seems like it will pass once it's updated, lgtm |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
The following labels were identified as gaps in your version labels and will be added automatically:
If any of these should not be on your pull request, please manually remove them. |
…line (elastic#111908) * bring back drag drop in active timeline detail view * only allow drag and drop in query tab * fix snapshot * fix bug on alert summary to remove dragdrop
…line (elastic#111908) * bring back drag drop in active timeline detail view * only allow drag and drop in query tab * fix snapshot * fix bug on alert summary to remove dragdrop
💔 Backport failed
Successful backport PRs will be merged automatically after passing CI. To backport manually run: |
…line (#111908) (#112023) * bring back drag drop in active timeline detail view * only allow drag and drop in query tab * fix snapshot * fix bug on alert summary to remove dragdrop Co-authored-by: Xavier Mouligneau <[email protected]>
…line (#111908) (#112024) * bring back drag drop in active timeline detail view * only allow drag and drop in query tab * fix snapshot * fix bug on alert summary to remove dragdrop Co-authored-by: Xavier Mouligneau <[email protected]>
Summary
We realized during testing that we were not able to drag and drop value from the host/network/event details inside of the active timeline. As a team we decided that user should still have this functionality in the query tab of the active timeline.
Checklist