Skip to content
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

MSI: Add posibility to Disable/Enable source #40

Closed
naydav opened this issue Jul 10, 2017 · 1 comment
Closed

MSI: Add posibility to Disable/Enable source #40

naydav opened this issue Jul 10, 2017 · 1 comment

Comments

@naydav
Copy link

naydav commented Jul 10, 2017

Currently, we have a Source toggling. To support Disabling the whole source (thus, all the SourceItems allocated in this Source became available for Stock aggregation and should not be taken into account for all Inventory calculations).

Need to add Disable/Enable Button on the Source edit page in admin panel.
Click on that button leads to Enabling/Disabling Source
For now, we have SourceRepositoryInterface which could be used for these purposes (save method updates ENABLE attribute of Source entity).
But we would like to introduce new service for these purposes (SourceDisabling).

*In case of any questions - send an email to engcom@magento.com, or ask a question in #MSI Slack channel

@naydav
Copy link
Author

naydav commented Oct 12, 2017

Now we have the possibility to disable/enable Source in the admin panel.
And looks like new separate services for this is slight overhead (we could return this discussion in feature)

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

No branches or pull requests

3 participants