-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Attribute set delete was throwing the 404 #19682
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
Conversation
…her delete contoller are using it.
Hi @jignesh26. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me 2.3-develop instance |
Hi @larsroettig. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @larsroettig, here is your Magento instance. |
@magento-engcom-team give me test instance |
Hi @larsroettig. Thank you for your request. I'm working on Magento instance for you |
Hi @larsroettig, here is your new Magento instance. |
✔️ Issues Verified |
FYI: there is another PR that adresses that issue .... #19633 |
Hi @jignesh26 thanks for your contribution! However, the fix for this issue is already provided earlier. Please see #19633 Closing as a duplicate. |
@sivaschenko , i think i have provided better solution rather then passing just empty data set to ajax request. i have changed the attribute set action interface and it also changing the Application state. Please feedback on this. |
Hi @jignesh26 the delete operation should be done using POST method (as it does change the application state). The fix in #19633 is ensuring the POST request. Considering the above, the controller should not be marked by |
Closing this pull request as not actual: the issue #19607 is already fixed |
Hi @jignesh26, thank you for your contribution! |
Description (*)
When admin try to delete the attribute set it throwing the error 404 cause HttpGetActionInterface was missing.
Manual testing scenarios (*)
Contribution checklist (*)