-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10567 from hana-linode/fix-core-plan-table-display
## Description 📝 Fix edge/distributed plans displaying when a core region is selected. This was because the class changed to `dedicated` and we missed logic to also handle filtering out `dedicated-edge` from the plan table so everything dedicated was displaying. Testing will be addressed in M3-8234 ## How to test 🧪 ### Prerequisites (How to setup test environment) - Point to the dev environment and ensure your account has the `new-dc-testing`, `edge_testing` and `edge_compute` customer tags ### Reproduction steps (How to reproduce the issue, if applicable) - On remote dev, go to the Linode Create flow and select a Core region. The Dedicated CPU tab shows additional, more expensive dedicated plans - Click on the Shared CPU tab. Observe a $6 Nanode at the bottom ### Verification steps (How to verify changes) - Check this branch out locally pointing to dev. Repeat reproduction steps and the duplicated more expensive edge/distributed plans should no longer be displaying - Selecting an edge/distributed region should show it's own table with no tabs
- Loading branch information
Showing
5 changed files
with
27 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters