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

BUG#3982 Add uid instead of id in noProductsFound.js #3982

Merged
merged 2 commits into from
Nov 8, 2022

Conversation

dupadhyay3
Copy link
Member

@dupadhyay3 dupadhyay3 commented Oct 17, 2022

Description

We have already deprecated id field and we will replace it with uid changes but there is still missing one place in category page if there is no products for category then below component is called that used category.id instead of category.uid. Id is not there in object that gives console warning for key.
So we have updated from id to uid that gives unique value for each category and resolved the browser console warning.

Related Issue

Closes #3981.

Acceptance

Verification Stakeholders

Specification

Verification Steps

Test scenario(s) for direct fix/feature

Test scenario(s) for any existing impacted features/areas

Test scenario(s) for any Magento Backend Supported Configurations

Is Browser/Device testing needed?

Any ad-hoc/edge case scenarios that need to be considered?

Screenshots / Screen Captures (if appropriate)

Desktop-screenshot

Breaking Changes (if any)

Checklist

  • I have added tests to cover my changes, if necessary.
  • I have added translations for new strings, if necessary.
  • I have updated the documentation accordingly, if necessary.

@pwa-studio-bot
Copy link
Collaborator

pwa-studio-bot commented Oct 17, 2022

Messages
📖 DangerCI Failures related to missing labels/description/linked issues/etc will persist until the next push or next pr-test build run (assuming they are fixed).
📖

Access a deployed version of this PR here. Make sure to wait for the "pwa-pull-request-deploy" job to complete.

Generated by 🚫 dangerJS against 82603c4

@dupadhyay3
Copy link
Member Author

Hello @Jordaneisenburger ,

Can you please check this PR that have only one check left.

@dupadhyay3 dupadhyay3 changed the title cahnges attribute from depricated id to uid BUG#3982 Changes key from depricated id to uid Oct 20, 2022
@dupadhyay3 dupadhyay3 changed the title BUG#3982 Changes key from depricated id to uid BUG#3982 Add uid instead of id in noProductsFound.js Oct 20, 2022
@dupadhyay3
Copy link
Member Author

Hello @anthoula,

Can you please check this too?

@anthoula anthoula added the version: Patch This changeset includes backwards compatible bug fixes. label Nov 2, 2022
@dpatil-magento
Copy link
Contributor

run cypress

@pwa-test-bot
Copy link

pwa-test-bot bot commented Nov 8, 2022

Successfully started codebuild job for cypress

@dpatil-magento
Copy link
Contributor

run pr-test

@pwa-test-bot
Copy link

pwa-test-bot bot commented Nov 8, 2022

Successfully started codebuild job for pr-test

@pwa-studio-bot
Copy link
Collaborator

Fails
🚫

node failed.

🚫

Cypress tests in the following files did not pass 😔. All tests must pass before this PR can be merged

  • user should be able to update their address book:
    • CypressError: Timed out retrying after 60000ms: `cy.wait()` timed out waiting `60000ms` for the 1st request to the route: `gqlSignInAfterCreateMutation`. No request ever occurred.

      https://on.cypress.io/wait

Log

ERROR ON TASK: cypressTests


Error:  Danger had errors running. See message(s) above for more details.
danger-results://tmp/danger-results.json

Generated by 🚫 dangerJS against 82603c4

@dpatil-magento
Copy link
Contributor

QA Aprroved

@dpatil-magento dpatil-magento merged commit b779410 into magento:develop Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:venia-ui Progress: done version: Patch This changeset includes backwards compatible bug fixes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: Add uid instead of id in noProductsFound.js
4 participants