Open mam08ixo opened 3 years ago
Hi @mam08ixo. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.
Please, add a comment to assign the issue: @magento I am working on this
@mam08ixo
Thank you for the workaround!
Preconditions
Any M2 version with
magento/module-inventory-in-store-pickup-shipping-admin-ui
installedSteps to Reproduce
Expected Result
The user with the Shipping Methods Section permission can access the Shipping Methods configuration.
Actual Result
The user with the Shipping Methods Section permission cannot access the Shipping Methods configuration.
Cause
The
Magento_InventoryInStorePickupShippingAdminUi
module changes the config section's resource, label, and properties.https://github.com/magento/inventory/blob/e59e2f48b0176514cbb566ae647df0ec609331b6/InventoryInStorePickupShippingAdminUi/etc/adminhtml/system.xml#L10-L12
A module must not change the properties of a config section introduced by another (core) module, in this case
Magento_Shipping
.Workaround
Grant the Stores → Inventory → In-Store Pickup permission or uninstall MSI.