Raistlfiren / FAIconFieldType

A new field type to allow users to select font awesome icons. The field is based off the icon picker - http://mjolnic.com/fontawesome-iconpicker/
MIT License
1 stars 1 forks source link

FAIconPickerField crashes on save #9

Closed artggd closed 6 years ago

artggd commented 6 years ago

Hi, Using bolt 3.4.8, the field type raises an error on save. Call to a member function convertToPHPValue() on string I reckon this is related to the change on the getStorageType method since 3.3. See this issue https://github.com/bolt/bolt/issues/6413

PR on its way 😉

artggd commented 6 years ago

Already fixed by https://github.com/Raistlfiren/FAIconFieldType/pull/7