Closed
Description
Additional information
test case steps description : #17186 (comment)
Preconditions
- Magento 2.2.3 & 2.3.x
Steps to reproduce
- Send REST PUT request to translate category name in specific store view : {{BaseURL}}rest/{{codeStoreView}}/V1/categories/{id}
{ "saveOptions": true, "category": { "id": 3, "name": "New Category Name Translated" } }
Expected result
- It should only update the category name field and create only one row in database for the specific store view
Actual result
- The request uncheck Enable Category, Include in Menu, Category Image, etc... attributes and create multiple rows in database for the specific store view
Metadata
Metadata
Assignees
Labels
Use with concrete module component label E.g. "Component: Webapi" + "Catalog"The issue has been fixed in 2.4-develop branchGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentAdditional information is require, waiting for responseMay be fixed according to the position in the backlog.The issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.Issue related to Developer Experience and needs help with Triage to Confirm or Reject itIssue is ready to me triaged with Product Manager
Type
Projects
Status
Done