magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.55k stars 9.32k forks source link

Product attributes update in all store views is not working #17284

Closed i95devdivya closed 2 weeks ago

i95devdivya commented 6 years ago

Preconditions

  1. Magento CE 2.2.5
  2. PHP 7.1 Steps to reproduce
  3. Create product using default Magento REST API /rest/V1/products with the string {"product":{"id":"","sku":"DTD-1","name":"DTD Descrption","price":45,"typeId":"simple","weight":"0.25","attribute_set_id":4}}
  4. Product created in Magento and provided attributes set for Default store view as well as All store views
  5. Now update the created product by changing product’s description by using same REST API /rest/V1/products with the following string {"product":{"id":"2057","sku":"DTD-1","name":"DTD","price":45,"typeId":"simple","weight":"0.25","attribute_set_id":4}} [“id” is created product’s id]
  6. Check if the product description updated in All store views Expected result
  7. The description should be updated in All store views as well as Default store view Actual result
  8. The description is updating in Default store view only, not updating in All store views Note: We are facing same issue with product which is created programmatically.
magento-engcom-team commented 6 years ago

Hi @i95devdivya. Thank you for your report. To help us process this issue please make sure that you provided the following information:

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento-engcom-team give me {$VERSION} instance

where {$VERSION} is version tags (starting from 2.2.0+) or develop branches (2.2-develop +). For more details, please, review the Magento Contributor Assistant documentation.

@i95devdivya do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?

i95devdivya commented 6 years ago

To help us process this issue please make sure that you provided the following information: We provided the following details in the initial comment only. Summary of the issue Information on your environment Steps to reproduce Expected and actual results

@magento-engcom-team give me {$VERSION} instance We are using Magento CE 2.2.5 version.

@i95devdivya do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce? Yes. We are able to replicate in vanilla Magento instance, steps mentioned in the initial comment only.

ghost commented 6 years ago

@i95devdivya, thank you for your report. We've acknowledged the issue and added to our backlog.

magento-engcom-team commented 6 years ago

Hi @vaibhavahalpara. Thank you for working on this issue. Looks like this issue is already verified and confirmed. But if your want to validate it one more time, please, go though the following instruction:

github-jira-sync-bot commented 3 years ago

:white_check_mark: Jira issue https://jira.corp.magento.com/browse/AC-1020 is successfully created for this GitHub issue.

m2-assistant[bot] commented 3 years ago

:white_check_mark: Confirmed by @engcom-November. Thank you for verifying the issue.
Issue Available: @engcom-November, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.

engcom-Bravo commented 2 weeks ago

Hi @i95devdivya,

Thanks for your reporting and collaboration.

We have verified the issue in Latest 2.4-develop instance and the issue is no more reproducible.Kindly refer the screenshots.

Screenshot 2024-10-22 at 10 00 57 Screenshot 2024-10-22 at 10 01 02 Screenshot 2024-10-22 at 10 01 09 Screenshot 2024-10-22 at 10 01 16

product description updated in All store views

Hence we are closing this issue.

Thanks.