Closed
Description
Preconditions (*)
- Magento 2.3.4
Steps to reproduce (*)
- Go to admin
- Stores > Settings > Configuration
- In the left panel, expand Advanced and choose Developer
- Expand selector the Translate Inline section
- Set Enabled for Storefront to Yes
- Click on save config
- Try to login to admin as a user using API-
POST - {Baseurl}/rest/V1/integration/admin/token
Body-{
"username": "",
"password": ""
}
Expected result (*)
- Translation inline should be effected to frontend side only.
- Message from REST API should work well while translation inline is enabled.
Actual result (*)
- Result from rest API:
{ "message": "<span data-translate=\"[{"shown":"Invalid login or password.","translated":"Invalid login or password.","original":"Invalid login or password.","location":"Text","scope":"Invalid login or password.}}{{theme"}]\">Invalid login or password.</span>" }
Additional information
- more detailed steps to reproduce with screens Enabled Translation inline affect to result of REST APIs. #28656 (comment)
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
Metadata
Metadata
Assignees
Labels
Use with concrete module component label E.g. "Component: Api" + "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 developmentOnce P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects critical data or functionality and forces users to employ a workaround.Has been reviewed and prioritized during Triage with Product Managers
Type
Projects
Status
Done