1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/db9561875903/ Changeset: db9561875903 Branch: stable User: davebgx Date: 2014-12-12 16:30:27+00:00 Summary: Back out 15716:77528372d36c, which breaks library creation success message. Affected #: 1 file diff -r 6de18661cad2ec5885bd5be11c4c6a533cf66115 -r db9561875903e76ce678ccc3d3df057e311edffa lib/galaxy/webapps/galaxy/controllers/library_admin.py --- a/lib/galaxy/webapps/galaxy/controllers/library_admin.py +++ b/lib/galaxy/webapps/galaxy/controllers/library_admin.py @@ -162,12 +162,12 @@ library.root_folder = root_folder trans.sa_session.add_all( ( library, root_folder ) ) trans.sa_session.flush() - message = "The new library named '%s' has been created" + message = "The new library named '%s' has been created" % library.name return trans.response.send_redirect( web.url_for( controller='library_common', action='browse_library', cntrller='library_admin', id=trans.security.encode_id( library.id ), - message=escape( message ), + message=message, status='done' ) ) return trans.fill_template( '/admin/library/new_library.mako', message=escape( message ), status=escape( status ) ) @web.expose 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.