-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Security Solution] Disable bulk actions for immutable timeline templates #73687
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
Conversation
|
Pinging @elastic/siem (Team:SIEM) |
|
@elasticmachine merge upstream |
cnasikas
left a comment
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.
Code review looks good. I did the requested manual tests and they behave as expected. LGTM! Great job!
|
@elasticmachine merge upstream |
💚 Build SucceededBuild metricsasync chunks size
History
To update your PR or re-run it, just comment with: |
…ates (elastic#73687) * disablebulk actions for immutable timeline templates * make immutable timelines not selectable * hide selected count if timeline status is immutable Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
…ates (elastic#73687) * disablebulk actions for immutable timeline templates * make immutable timelines not selectable * hide selected count if timeline status is immutable Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
…ates (#73687) (#74067) * disablebulk actions for immutable timeline templates * make immutable timelines not selectable * hide selected count if timeline status is immutable Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
…ates (#73687) (#74066) * disablebulk actions for immutable timeline templates * make immutable timelines not selectable * hide selected count if timeline status is immutable Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
Summary
This PR is to fix:
https://github.com/elastic/siem-team/issues/799
After: I disabled the bulk actions for Elastic timeline templates. Here are the different behaviour under different tabs:
normal timelines:custom templates:Elastic templates(The table is not selectable, and bulk actions are hidden. Onlyopen fromandduplicateare available in rightest action):No filters apply: (Elastic prebuilt templates are not selectable)How To verify:
Bulk actions are hidden under elastic templates' tabs
Delete and export are hidden under elastic templates' tab
Rest of the tabs or even when no filters apply, bulk actions are showed
When no filters apply, elastic templates are not selectable, export and delete actions are disabled too.
Checklist
Delete any items that are not applicable to this PR.
Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n supportDocumentation was added for features that require explanation or tutorialsThis was checked for keyboard-only and screenreader accessibilityThis renders correctly on smaller devices using a responsive layout. (You can test this in your browserThis was checked for cross-browser compatibilityFor maintainers
This was checked for breaking API changes and was labeled appropriately