-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix Setting product visibility is not reflected in the Product Grid reactively #2561
Conversation
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.
Can confirm reactivity for already existing products....
However, if I create a new product in an admin window, I need to refresh my Incognito non-admin in order to see the product the first time.
Also confirming works for existing products. Did not work for new products. Since that is step one of #2522 steps to reproduce is a new product, let's get that working before accepting this PR. I also cloned and existing product, and published it, and all my products in the incognito grid disappeared. |
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.
Publish new products needs revisiting.
@aaronjudd, @kieckhafer this should work now. |
Tests are failing. |
…reactioncommerce/reaction into awa-fix-2522-product-visibility
Tests fixed. |
@awadesmoline When we see underscore/lodash -> we should be attempting to replace with native ES6. We should really try hard to not implement in new code. |
Okay @aaronjudd. Noted. |
This resolves #2522
Steps to Test