-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Asynchronous operation validate #25940
Asynchronous operation validate #25940
Conversation
Hi @sedonik. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Hi @nuzil , I've created new PR similar to https://github.com/magento/async-import/pull/110. Thanks. |
Let’s wait for tests to finish. But I am for it |
Hi @nuzil, thank you for the review.
|
✔️ QA Passed |
Hi @sedonik, thank you for your contribution! |
Description
Added Magento\AsynchronousOperations\Model\OperationStatusPool and Magento\AsynchronousOperations\Model\OperationStatusValidator classes.
Added list of statuses to Magento\AsynchronousOperations\Model\OperationStatusPool with di.xml file.
Added validation to Magento\AsynchronousOperations\Model\Operation::setStatus method.
Fixed Issues
Contribution checklist