-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[RAC][Security Solution] Alert table: Resolver and Cases icons to bulk action menu #108420
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
@elasticmachine merge upstream |
@@ -205,7 +206,7 @@ export const TakeActionDropdown = React.memo( | |||
ecsRowData: ecsData, | |||
useInsertTimeline: insertTimelineHook, | |||
casePermissions, | |||
appId: 'securitySolution', | |||
appId: APP_ID, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally and all worked as expected. Good to go after rebasing with master, thank you Steph!
@@ -134,41 +134,6 @@ describe('EventColumnView', () => { | |||
expect(wrapper.find('[data-test-subj="pin"]').exists()).toBe(false); | |||
}); | |||
|
|||
test('it render AddToCaseAction if timelineId === TimelineId.detectionsPage', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved to .../detections/components/alerts_table/timeline_actions/alert_context_menu.test.tsx
@@ -246,56 +245,6 @@ describe('helpers', () => { | |||
}); | |||
}); | |||
|
|||
describe('isInvestigateInResolverActionEnabled', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved to .../detections/components/alerts_table/timeline_actions/investigate_in_resolver.test.tsx
@@ -129,51 +123,6 @@ export const getEventType = (event: Ecs): Omit<TimelineEventsType, 'all'> => { | |||
return 'raw'; | |||
}; | |||
|
|||
export const isInvestigateInResolverActionEnabled = (ecsData?: Ecs) => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved to .../detections/components/alerts_table/timeline_actions/investigate_in_resolver.tsx
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
Summary
Resolves #107917
Resolver and Cases alert table icons moved to
...
overflow menu. Disabled action items are hidden.Before:
After
in alerts table:
in timeline:
in events viewer. this hasnt changed, but once those 4 top icons in the header move we will need to check the sizing of the column in this instance