Skip to content

Commit

Permalink
[Security Solution] Removes outdated rule tour for rule management wo…
Browse files Browse the repository at this point in the history
…rkflow (#196731)

## Summary

Removes the tour for rule features implemented in
#176767 as they are no longer new.
Keeps the component and logic to use for future tours, just removes
reference to the specific rules management tour.

### Steps to test

1. Make sure the
`securitySolution.rulesManagementPage.newFeaturesTour.v8.13` local
storage key is cleared from your kibana page (this will make the tour
show up normally)
2. Notice that navigating to the rule management page does not display
the rule tour

Co-authored-by: Elastic Machine <[email protected]>
(cherry picked from commit 3547e15)

# Conflicts:
#	x-pack/plugins/security_solution/public/detection_engine/rule_management_ui/pages/rule_management/index.tsx
  • Loading branch information
dplumlee committed Oct 21, 2024
1 parent 45b1980 commit 99fd097
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import { AllRules } from '../../components/rules_table';
import { RulesTableContextProvider } from '../../components/rules_table/rules_table/rules_table_context';
import { useInvalidateFetchCoverageOverviewQuery } from '../../../rule_management/api/hooks/use_fetch_coverage_overview_query';
import { HeaderPage } from '../../../../common/components/header_page';
import { RuleFeatureTour } from '../../components/rules_table/feature_tour/rules_feature_tour';

const RulesPageComponent: React.FC = () => {
const [isImportModalVisible, showImportModal, hideImportModal] = useBoolState();
Expand Down Expand Up @@ -175,7 +174,6 @@ const RulesPageComponent: React.FC = () => {
categories={[DEFAULT_APP_CATEGORIES.security.id]}
/>
<BlogPostDetectionEngineeringCallout />
<RuleFeatureTour />
<AllRules data-test-subj="all-rules" />
</SecuritySolutionPageWrapper>
</RulesTableContextProvider>
Expand Down

0 comments on commit 99fd097

Please sign in to comment.