-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improper Values Being Saved In Weekdays relationship Field #1862
Comments
I was digging into this one tonight, gotta give up for the night but I did figure some stuff out. The jquery.pods.js code for checkboxes seems to assume everything is going to be boolean.
This only affects checkboxes and looks like anything that isn't CPT (since CPT doesn't use the jquery.pods.js currently). A workaround for this is to use one of the other multi-select types until this gets figured out. |
Pending 3.0-unstable PR |
Sorry, wrong field type. |
However. This is fixed in #2397 |
Might also be related: #1854 |
User in this WPORG support thread Reports the following is occurring when saving a date field:
( [0] => 0 [1] => 1 [2] => 2 [3] => 3 [4] => 4 [5] => 5 [6] => 6 )
Correct!
Correct!
( [0] => 0 [1] => 0 )
Error! I expect "0" or ( [0] => 0 )
( [0] => 0 [1] => 1 )
Correct!
( [0] => 0 [1] => 0 [2] => 2 )
Error!
( [1] => 0 [2] => 2 )
Error!
The text was updated successfully, but these errors were encountered: