1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/cc266981f0d0/ changeset: cc266981f0d0 user: jgoecks date: 2011-10-23 03:22:43 summary: Fix bug in saving trackster bookmarks. affected #: 1 file diff -r 41fd9b7734a150f086998da216190bb8bfcd0046 -r cc266981f0d08167251fa2e42383ecf503c19acf lib/galaxy/web/controllers/tracks.py --- a/lib/galaxy/web/controllers/tracks.py +++ b/lib/galaxy/web/controllers/tracks.py @@ -646,7 +646,7 @@ # TODO: unpack and validate bookmarks: def unpack_bookmarks( bookmarks_json ): - return + return bookmarks_json # Unpack and validate view content. view_content = unpack_collection( decoded_payload[ 'view' ] ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.