Conversation:
Notices
-
!snbug : !gnusocial does not retain profile settings set via checkboxes. Steps to reproduce: 1) go to settings, click on an unchecked checkbox (like subscription policy), save. 2) refresh settings, uncheck the box above and save 3) refresh settings At this point the box should be unchecked, and it's checked instead. It seems to me that there are issues in way these booleans are…
-
@aroque Known issue yes. A problem with DB_Dataobject. Recent commits to nightly have fixed some of these by using "booleanintstring". Will be fixed properly when a new upstream version of DB_DataObject comes out (I fixed their bug).
-
You could try to track down more of these fields. It will save checked but not unchecked checkboxes. @aroque Usually those settings are read with $this->boolean but currently require $this->booleanintstring