-
Notifications
You must be signed in to change notification settings - Fork 392
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
Feature/GH11461: Add error message when removing required attribute #12929
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
...ased/components/attribute/product-card/configurator-attribute-product-card.component.spec.ts
Outdated
Show resolved
Hide resolved
...rulebased/components/attribute/product-card/configurator-attribute-product-card.component.ts
Outdated
Show resolved
Hide resolved
...rulebased/components/attribute/product-card/configurator-attribute-product-card.component.ts
Outdated
Show resolved
Hide resolved
@@ -116,9 +122,18 @@ export class ConfiguratorAttributeProductCardComponent | |||
|
|||
onHandleDeselect(): void { | |||
this.loading$.next(true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, loading must not be emitted here! Otherwise it's e.g. not possible to change qty when the error message is visible.
Please emit loading only after you checked that the product can really be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
feature-libs/product-configurator/rulebased/styles/_configurator-attribute-product-card.scss
Show resolved
Hide resolved
…te/product-card/configurator-attribute-product-card.component.ts Co-authored-by: Christoph Hinssen <[email protected]>
…te/product-card/configurator-attribute-product-card.component.ts Co-authored-by: Christoph Hinssen <[email protected]>
…te/product-card/configurator-attribute-product-card.component.spec.ts Co-authored-by: Christoph Hinssen <[email protected]>
Hosting service deployment🚀 Spartacus deployed to https://dmg46jsd3n6v6.cloudfront.net |
Public API changes✔️ Nothing changed in analyzed entry points.
|
No description provided.