-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Resolves adminhtml product grid issue #13338 #14336
Resolves adminhtml product grid issue #13338 #14336
Conversation
…gument. This is also now set to zero (default store view) for the catalog/product/index product grid
Hi @cream-julian , please, take a look at failed tests, looks like node 'argument' is not expected in ui component configuration xml. |
@cream-julian , I am closing this PR now due to inactivity. |
Continuing to work on this. |
@sidolov Please check this PR. |
Hi @cream-julian, I think you should use In this case you should revert changes added in |
@cream-julian , I am closing this PR now due to inactivity. |
Added possibility to set store_id for ProductDataProvider in a data argument. This is also now set to zero (default store view) for the catalog/product/index product grid
Description
By adding a store_id field to the data array, it is now possible to pass a store_id to the ProductDataProvider, this resolves an issue causing the default data values in the product grid in the adminhtml to be invalid and not the default store.
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist