Quote:
Originally Posted by ownedbycats
Ran into an odd problem. Have a yes/no column for read status, and was trying to get it to change to 'yes' when removing a book from the list (presumably because I read it...). Instead, it just blanks the field out. What went wrong?
|
I think you are using three-valued yes/no columns. When I initially tested here, it set the value to "No". But, when I changed the preference to use three-values, it set the value to empty. And I think that is the correct behaviour. It is saying to remove the value, which means the column will have no value when using three-valued yes/no columns. You will either need to change back to two-valued yes/no columns or explicitly set it to "N".