[RAC] Show all alerts, not only "open" workflow status, and remove Workflow filter related logic and clean up the code (#120231)

* Remove comments

* Remove workflow code from Alert page and make currentFilter in t grid optional

* Remove workflow props for AlertsTableTGridProps

* Remove unused import

* Remove workflow state from Alert page state container

* Update page state container

* Update tests

* Remove builk actions tests

* Remove bulk actions provider

* Remove does not render case options in the overflow menu test

* Resume permissions for cases test

* Fix does not render case options in the overflow menu test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Faisal Kanout 2021-12-09 16:11:47 +03:00 committed by GitHub
parent db5f7d3bde
commit 7c2e0524a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 86 additions and 452 deletions

View file

@ -94,7 +94,7 @@ export interface TGridStandaloneProps {
loadingText: React.ReactNode;
filters: Filter[];
footerText: React.ReactNode;
filterStatus: AlertStatus;
filterStatus?: AlertStatus;
hasAlertsCrudPermissions: ({
ruleConsumer,
ruleProducer,