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
Hi, I've found a small problem when setting the bitmask to a list of strings (for example the output from checkbox parameters) and checking the state before a db save.
I can see in ValueProxy value.to_sym is used to convert things back to symbols after its pulled from the db, but if you want to check the status before the db save it looks like its using the original (string) list.
Hi, I've found a small problem when setting the bitmask to a list of strings (for example the output from checkbox parameters) and checking the state before a db save.
I can see in ValueProxy value.to_sym is used to convert things back to symbols after its pulled from the db, but if you want to check the status before the db save it looks like its using the original (string) list.
I'm converting the list to symbols before I set it, but could this be done in the setter?
The text was updated successfully, but these errors were encountered: