simplemap icon indicating copy to clipboard operation
simplemap copied to clipboard

Typecast BaseLocation.php $config

Open samhibberd opened this issue 1 year ago • 0 comments

Run the BaseLocation $config through the craft Typecast helper to address type errors when working with the map field on the front end. Craft automatically call this for any classes that extend the craft Model.php class, but not here as it extends the yii Model class directly.

Fixes https://github.com/ethercreative/simplemap/issues/379

samhibberd avatar Dec 12 '23 10:12 samhibberd