1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/changeset/82115950072c/ changeset: 82115950072c user: jgoecks date: 2012-01-10 23:47:18 summary: Fix bug in saving visualizations. affected #: 1 file
diff -r 2ef6a78863f1ab7e1364762eb114e5f8442f9687 -r 82115950072cf4114619fe1e9c693c83d8e4c9ed lib/galaxy/web/controllers/tracks.py --- a/lib/galaxy/web/controllers/tracks.py +++ b/lib/galaxy/web/controllers/tracks.py @@ -692,7 +692,7 @@ session.add( vis_rev ) session.flush() encoded_id = trans.security.encode_id(vis.id) - return { "id": encoded_id, "url": url_for( action='browser', id=encoded_id ) } + return { "vis_id": encoded_id, "url": url_for( action='browser', id=encoded_id ) }
@web.expose @web.require_login( "see all available libraries" )
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.