Smile-SA / magento2-module-product-label

Module to handle custom labels with images on products
Open Software License 3.0
53 stars 34 forks source link

Issue 57/fix m.2.4.5 p1 compatability #58

Closed pcvvelzen closed 1 year ago

pcvvelzen commented 1 year ago

Adjustment to ui_component XML to disable caching preventing issue of duplicate records shown in admin grid (issue https://github.com/Smile-SA/magento2-module-product-label/issues/57 ).

Made some quick changes to the return value and type of two functions to match with the return type of the function to fix warnings when strict_type is enabled, feel free to finetune/adjust where necesarry.