-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Added missing save operation for bulk #31213
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
Comments
Hi @ityetti. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@ityetti: out of curiosity: did you try this solution: #23958 (comment) ? That was the solution for #23958 and why the author closed the issue. |
Hi @engcom-Hotel. Thank you for working on this issue.
|
@hostep I don't know why the previous problem was closed, maybe the person solved his problem. But from an architectural point of view, it is more correct to use an interface. And at the moment the interface does not fulfill its function. It creates bulk, but does not save the operation inside bulk. |
Hello @ityetti .
Issued method used in \Magento\Catalog\Controller\Adminhtml\Product\Action\Attribute\Save::$bulkManagement |
Hello @ityetti.
Issue: Bulk operations should be created. A possible fix has been mentioned in the related issue:
|
Hi @nuzil: since you helped out on #23958 (comment), could you verify the claim from @ityetti above if you find some time? Thanks! 🙂 |
@engcom-Hotel |
Hey @hostep |
Hi @nuzil. Thank you for working on this issue.
|
Thanks @nuzil What are your thoughts on this comment from @ityetti: #31213 (comment) ? |
Hey @hostep @itaymesh definitely in general architecture make sense to use interfaces. Cannot currently tell it was done like that, there could me some historical reasons for that. but if you have some ideas and willing to change this, feel free |
Preconditions (*)
$this->bulkManagement->scheduleBulk($bulkUuid, $operations, $bulkDescription, $userId);
Operation doesn't save. (This tread it is reference to this issue - New bulk schedule doesn't create operations automatically #23958)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Operation doesn't save
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
The text was updated successfully, but these errors were encountered: