am-impact / amnav

Navigation plugin for Craft
168 stars 20 forks source link

Properly prep enabled attribute SQL statement #87

Closed hahnzilla closed 7 years ago

hahnzilla commented 7 years ago

I encountered issue #82 when publishing a draft without selecting the enabled lightswitch. Apparently, this boolean needs to be casted to an int for it to save correctly.

Resolves #82

hubertprein commented 7 years ago

Thanks for this!

kotyy commented 7 years ago

I appreciate that you put the work in, @dhahn.