-
Notifications
You must be signed in to change notification settings - Fork 248
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
Web api of stock source links management #84
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything except ACL looks good for me
@@ -14,7 +14,8 @@ | |||
</resource> | |||
<resource id="Magento_InventoryApi::stock" title="Inventory Stocks" translate="title" sortOrder="20"> | |||
<resource id="Magento_InventoryApi::stock_edit" title="Edit Inventory Stocks" translate="title" sortOrder="10" /> | |||
<resource id="Magento_InventoryApi::source_delete" title="Delete Inventory Stocks" translate="title" sortOrder="20" /> | |||
<resource id="Magento_InventoryApi::stock_delete" title="Delete Inventory Stocks" translate="title" sortOrder="20" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we introduce independent resource for Stock Edit and Stock Delete?
why not to have the single ACL resource for both operations?
Like this one:
<resource id="Magento_InventoryApi::stock" title="Manage Inventory Stocks" translate="title" sortOrder="20" />
And the same for Source
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Separate ticket has been created
https://github.com/magento-engcom/magento2/issues/89
need to discuss several things in a scope of ACL refactoring
Internal buid https://bamboo.corp.magento.com/browse/M2-AT2506-2 |
@naydav https://bamboo.corp.magento.com/ is magento internal domain :( |
MC-34856: PHP 7.4 support for 2.3.x
https://github.com/magento-engcom/magento2/issues/83