[8.17] [Security Solution][Notes] show timeline bottom bar on the notes management page to allow user to visualize timeline (#212690) (#212697)

# Backport

This will backport the following commits from `main` to `8.17`:
- [[Security Solution][Notes] show timeline bottom bar on the notes
management page to allow user to visualize timeline
(#212690)](https://github.com/elastic/kibana/pull/212690)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT [{"author":{"name":"Philippe
Oberti","email":"philippe.oberti@elastic.co"},"sourceCommit":{"committedDate":"2025-02-27T21:25:44Z","message":"[Security
Solution][Notes] show timeline bottom bar on the notes management page
to allow user to visualize timeline (#212690)\n\n## Summary\n\nThis
previous [PR](https://github.com/elastic/kibana/pull/199374)
that\nunified the notes management links introduced a small issue where
the\nTimeline bottom bar was not shown anymore, and Timelines couldn't
be\nopened from the icon in the notes table.\n\nThis PR brings back the
Timeline feature to that page, which fixes the\nissue with Timeline not
opening when clicking on the button in the\ntable.\n\n####
Before\n\n\nhttps://github.com/user-attachments/assets/ce3fdf1f-f7e4-43ff-b5c8-240f0e3a6770\n\n####
After\n\n\nhttps://github.com/user-attachments/assets/a8c7a39c-8913-4c12-8191-7e171ff5050e","sha":"c0c64a848983bd5debd7883ec2dee7ea52afce2c","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","release_note:skip","v9.0.0","Team:Threat
Hunting:Investigations","backport:version","v8.18.0","v9.1.0","v8.19.0","v8.17.3","v8.18.1"],"title":"[Security
Solution][Notes] show timeline bottom bar on the notes management page
to allow user to visualize
timeline","number":212690,"url":"https://github.com/elastic/kibana/pull/212690","mergeCommit":{"message":"[Security
Solution][Notes] show timeline bottom bar on the notes management page
to allow user to visualize timeline (#212690)\n\n## Summary\n\nThis
previous [PR](https://github.com/elastic/kibana/pull/199374)
that\nunified the notes management links introduced a small issue where
the\nTimeline bottom bar was not shown anymore, and Timelines couldn't
be\nopened from the icon in the notes table.\n\nThis PR brings back the
Timeline feature to that page, which fixes the\nissue with Timeline not
opening when clicking on the button in the\ntable.\n\n####
Before\n\n\nhttps://github.com/user-attachments/assets/ce3fdf1f-f7e4-43ff-b5c8-240f0e3a6770\n\n####
After\n\n\nhttps://github.com/user-attachments/assets/a8c7a39c-8913-4c12-8191-7e171ff5050e","sha":"c0c64a848983bd5debd7883ec2dee7ea52afce2c"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x","8.17"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/212690","number":212690,"mergeCommit":{"message":"[Security
Solution][Notes] show timeline bottom bar on the notes management page
to allow user to visualize timeline (#212690)\n\n## Summary\n\nThis
previous [PR](https://github.com/elastic/kibana/pull/199374)
that\nunified the notes management links introduced a small issue where
the\nTimeline bottom bar was not shown anymore, and Timelines couldn't
be\nopened from the icon in the notes table.\n\nThis PR brings back the
Timeline feature to that page, which fixes the\nissue with Timeline not
opening when clicking on the button in the\ntable.\n\n####
Before\n\n\nhttps://github.com/user-attachments/assets/ce3fdf1f-f7e4-43ff-b5c8-240f0e3a6770\n\n####
After\n\n\nhttps://github.com/user-attachments/assets/a8c7a39c-8913-4c12-8191-7e171ff5050e","sha":"c0c64a848983bd5debd7883ec2dee7ea52afce2c"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Philippe Oberti <philippe.oberti@elastic.co>
This commit is contained in:
Kibana Machine 2025-02-28 10:24:37 +11:00 committed by GitHub
parent 43bea7f93b
commit 240b79a0ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,6 @@ export const links: LinkItem = {
capabilities: [`${SERVER_APP_ID}.show`],
landingIcon: 'filebeatApp',
skipUrlState: true,
hideTimeline: true,
hideTimeline: false,
hideWhenExperimentalKey: 'securitySolutionNotesDisabled',
};