diff --git a/controller/Notebooks.py b/controller/Notebooks.py index 7f6ed27..2f977d1 100644 --- a/controller/Notebooks.py +++ b/controller/Notebooks.py @@ -769,7 +769,7 @@ class Notebooks( object ): new_revision = new_revision, previous_revision = previous_revision, storage_bytes = user and user.storage_bytes or 0, - rank = note.rank, + rank = float( note.rank ), ) @expose( view = Json )