-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Closed
Copy link
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedgood first issue
Description
Preconditions (*)
- Magento 2.3.0, data imported from Magento 1.9 using the migration tool
- Centos 7, Apache, php-fpm
Steps to reproduce (*)
- Visit Admin panel -> Stores -> Attribute -> Products
- Choose an attribute (in my case "Size")
- Note the URL is
https://example.com/admin/catalog/product_attribute/edit/attribute_id/200/
at this stage - Try to change any setting (e.g. Catalog Input Type -> Dropdown)
- Hit "Save" or "Save and Continue" to save your changes
Expected result (*)
- Attribute should be saved with new settings
- Page should reload to the same URL (
https://example.com/admin/catalog/product_attribute/edit/attribute_id/200/
)
Actual result (*)
- Page makes a POST request with all the settings data to
https://example.com/admin/catalog/product_attribute/validate/attribute_id/200/?isAjax=true
but it seems that request gets a blank/empty response? - Page then reloads to different URL
https://example.com/admin/catalog/
which results in a 404 error - Changes are not saved to the attribute
Please note I have tried clearing (and disabling) all caches, indexes, deployed static content, checked file/folder permissions, etc. and this is still happening.
At least some other parts of the admin panel DO save correctly.
Metadata
Metadata
Assignees
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedgood first issue