Skip to content
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

[SD-430] 🐛 handle missing menus better #1356

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

dylankelly
Copy link
Contributor

Issue:

What I did

How to test

Checklist

For all PR's

  • I've added relevant changes to the project Readme if needed
  • I've updated the documentation site as needed
  • I have added tests to cover my changes (if not applicable, please state why in a comment)

For new UI components only

  • I have added a storybook story covering all variants
  • I have checked a11y tab in storybook passes
  • I have added cypress component tests (if the component is interactive)
  • Any events are emitted on the event bus using emitRplEvent

@dylankelly dylankelly requested a review from jeffdowdle October 23, 2024 00:52
Copy link

netlify bot commented Oct 23, 2024

Deploy Preview for ripple-docs canceled.

Name Link
🔨 Latest commit 1640612
🔍 Latest deploy log https://app.netlify.com/sites/ripple-docs/deploys/67184cfe0c37230008aae9eb

@@ -14,7 +14,12 @@ export const map = async (src, tidePageApi: TidePageApi) => {

// Finally, this site data will contain a reference to the menu we need to fetch
const menuData = siteData.field_site_main_menu

if (menuData.id === 'missing') {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to menuData?.id incase menuData is undefined here?

Copy link

cypress bot commented Oct 23, 2024

ripple-framework    Run #2315

Run Properties:  status check passed Passed #2315  •  git commit 164061200d: fix(@dpc-sdp/nuxt-ripple): :bug: handle missing menus better
Project ripple-framework
Branch Review feaeture/fix-missing-menu
Run status status check passed Passed #2315
Run duration 09m 05s
Commit git commit 164061200d: fix(@dpc-sdp/nuxt-ripple): :bug: handle missing menus better
Committer Dylan Kelly
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 207
View all changes introduced in this branch ↗︎

@dylankelly dylankelly force-pushed the feaeture/fix-missing-menu branch from ae84dc7 to 1640612 Compare October 23, 2024 01:10
@dylankelly dylankelly changed the title fix(@dpc-sdp/nuxt-ripple): 🐛 handle missing menus better [SDPSUP-8252] fix(@dpc-sdp/nuxt-ripple): 🐛 handle missing menus better Oct 23, 2024
@dylankelly dylankelly changed the base branch from develop to release/2.19.0 October 23, 2024 01:11
@dylankelly dylankelly changed the title [SDPSUP-8252] fix(@dpc-sdp/nuxt-ripple): 🐛 handle missing menus better [SD-430] fix(@dpc-sdp/nuxt-ripple): 🐛 handle missing menus better Oct 23, 2024
@dylankelly dylankelly changed the title [SD-430] fix(@dpc-sdp/nuxt-ripple): 🐛 handle missing menus better [SD-430] 🐛 handle missing menus better Oct 23, 2024
@dylankelly dylankelly merged commit a4e2836 into release/2.19.0 Oct 23, 2024
10 checks passed
@dylankelly dylankelly deleted the feaeture/fix-missing-menu branch October 23, 2024 22:44
@dylankelly dylankelly added this to the 2.19.0 milestone Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants