Skip to content

CRM: Remove React prototype content #43577

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

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: removed

Remove Onboarding React prototype.
12 changes: 0 additions & 12 deletions projects/plugins/crm/includes/ZeroBSCRM.Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -576,18 +576,6 @@ public function __construct() {
// } Initialisation
$this->init_hooks();

/**
* Feature flag to hide the new onboarding wizard page.
*
* @ignore
* @since TBD
*
* @param bool Determine if we should initialize the new OBW logic.
*/
if ( apply_filters( 'jetpack_crm_feature_flag_onboarding_wizard_v2', false ) ) {
Automattic\Jetpack_CRM\Onboarding_Wizard\Bootstrap::get_instance();
}

// } Post Init hook
do_action( 'zerobscrm_loaded' );

Expand Down
42 changes: 0 additions & 42 deletions projects/plugins/crm/src/js/components/onboarding-wizard/index.jsx

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions projects/plugins/crm/src/js/components/onboarding-wizard/view.jsx

This file was deleted.

146 changes: 0 additions & 146 deletions projects/plugins/crm/src/onboarding-wizard/class-bootstrap.php

This file was deleted.

Loading