postcode-nl / PostcodeNl_Api_Magento2

A Magento 2 plugin that implements the Postcode.nl international address API
https://developer.postcode.eu/documentation/
BSD 2-Clause "Simplified" License
10 stars 13 forks source link

Configuration item "Postcode.nl API Autocomplete" not available #40

Closed vasyadanyliuk closed 2 years ago

vasyadanyliuk commented 2 years ago

I have installed postcode-nl/api-magento2-module:3.1.3 on magento 2.4.3-p1 and I found issue that configuration is not available in section Stores->Configuration->Sales->Postcode.nl API Autocomplete(absent). It happens because acl.xml file does not exist.

There should be file acl.xml like this :

<?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd"> <acl> <resources> <resource id="Magento_Backend::admin"> <resource id="Magento_Backend::stores"> <resource id="Magento_Backend::stores_settings"> <resource id="Magento_Config::config"> <resource id="Flekto_Postcode::config_flekto_postcode" title="Postcode.nl API Autocomplete Configuration" sortOrder="10"/> </resource> </resource> </resource> </resource> </resources> </acl> </config>

Please Fix it as soon as possible!!!

I really appreciate any help you can provide.

JerrySmidt commented 2 years ago

This was fixed in release 3.1.4. Thanks for your feedback.