-
Notifications
You must be signed in to change notification settings - Fork 846
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
Item Properties using dictionaries don't update when dictionary value is updated or deleted #2688
Comments
Task https://virtocommerce.atlassian.net/browse/VP-8432 has been created |
Hi, @alynabriscoe! |
vc-platform-info.zip |
@alynabriscoe |
@alynabriscoe @Dan-BV I think, it's correct behaviour. By default. if you update/delete the value in the dictionary for a given property, that change is not propagated to the items with that property value. It's preventing from data corruption. To achieve your requirement, I think we can implement options,that we did for catalog module:
|
@OlegoO that sounds like a good option to me! Would that work for both updating a value as well as deleting it? |
Describe the bug
When you update the value in the dictionary for a given property, that change is not propagated to the items with that property value.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
If you edited the dictionary value, the property value on the item should reflect the updated value.
If you deleted the value from the dictionary, it should not still be selected in that property.
Screenshots (optional)
If applicable, add screenshots to help explain your problem.
Version info (please complete the following information):
Additional context (optional)
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: