Upon saving a Yes/No attribute, the following TypeError occurs:
TypeError: Illegal offset type in isset or empty in /app/vendor/tweakwise/magento2-tweakwise/Model/Catalog/Layer/Url/Strategy/FilterSlugManager.php:115
Environment
PHP Version: 8.2
Magento Version: 2.4.6-p6
Tweakwise Version: 7.0.1
Tweakwise Export Version: 7.0.1
Magento Deploy Mode: development
Third party modules:
Steps to reproduce
Login to the Magento admin
Go to "Stores" > "Attributes" > "Product"
Click the "Add New Attribute" button.
Enter some string in the "Default Label" input, choose "Yes/No" in the "Catalog Input Type for Store Owner" select, and click on "Save Attribute".
Actual result
An error page is shown with the following contents:
Issue Brief
Upon saving a Yes/No attribute, the following TypeError occurs:
Environment
Steps to reproduce
Actual result
An error page is shown with the following contents:
Expected result
The Product attributes grid showing a "You saved the product attribute." notification.