Skip to content

Conversation

jignesh26
Copy link

Description (*)

When admin try to delete the attribute set it throwing the error 404 cause HttpGetActionInterface was missing.

Manual testing scenarios (*)

  1. Add new attribute set.
  2. try to delete that attribute set.

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@magento-engcom-team
Copy link
Contributor

Hi @jignesh26. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento-engcom-team give me test instance - deploy test instance based on PR changes
  • @magento-engcom-team give me 2.3-develop instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Assistant documentation

@larsroettig
Copy link
Member

@magento-engcom-team give me 2.3-develop instance

@magento-engcom-team
Copy link
Contributor

Hi @larsroettig. Thank you for your request. I'm working on Magento 2.3-develop instance for you

@larsroettig larsroettig self-requested a review December 10, 2018 10:16
@larsroettig larsroettig self-assigned this Dec 10, 2018
@magento-engcom-team
Copy link
Contributor

Hi @larsroettig, here is your Magento instance.
Admin access: https://i-19682-2-3-develop.instances.magento-community.engineering/admin
Login: admin Password: 123123q
Instance will be terminated in up to 3 hours.

@larsroettig
Copy link
Member

@magento-engcom-team give me test instance

@magento-engcom-team
Copy link
Contributor

Hi @larsroettig. Thank you for your request. I'm working on Magento instance for you

@magento-engcom-team
Copy link
Contributor

Hi @larsroettig, here is your new Magento instance.
Admin access: https://pr-19682.instances.magento-community.engineering/admin
Login: admin Password: 123123q

@larsroettig
Copy link
Member

✔️ Issues Verified
✔️ Review
✔️ Manual Testing

@magento-engcom-team magento-engcom-team added this to the Release: 2.3.1 milestone Dec 10, 2018
@sreichel
Copy link
Contributor

FYI: there is another PR that adresses that issue .... #19633

@sivaschenko sivaschenko self-assigned this Dec 10, 2018
@sivaschenko
Copy link
Member

Hi @jignesh26 thanks for your contribution! However, the fix for this issue is already provided earlier. Please see #19633

Closing as a duplicate.

@jignesh26
Copy link
Author

@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.
Thank you.

@jignesh26 jignesh26 reopened this Dec 14, 2018
@sivaschenko
Copy link
Member

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 HttpGetActionInterface

@sivaschenko
Copy link
Member

Closing this pull request as not actual: the issue #19607 is already fixed

@ghost
Copy link

ghost commented Jan 22, 2019

Hi @jignesh26, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants