Quote:
Originally Posted by kaufman
I'm not sure if this is new or not, I have a column called pages which contains the page numbers in each book.
It does show the correct number in the book list, but in the book details page it just shows "%," for each book.
|
My guess is that this is an integer or a float custom column with a provided number format, and that that number format isn't valid in CC's terms. A change in 3.5.9 changes CC's behavior in this case. Before, it applied a default format. Now it simply prints the format string.
Sending me a debug log will help determine whether this is a problem on CC's side (i.e. I messed up the translation of python formats to Java) or a problem in the format entered into the custom column definition.