You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle missing active field and cast sticky to bool on FAQ create, closes#4329
When answering an open question, the FAQ editor renders with neither active
radio checked, so FormData omits `active`. Also the sticky checkbox posts
"on", but FaqEntity::setSticky() requires bool.
0 commit comments