1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/2d0906e865f6/
Changeset: 2d0906e865f6
User: dannon
Date: 2013-03-28 23:44:10
Summary: Add default controller for browse_library --> now 'library'.
Affected #: 1 file
diff -r 92c8a55a6679aeae14431202a04affb7b4f9b701 -r
2d0906e865f6990ef4f2e4f40d8b783bf75fb93d
lib/galaxy/webapps/galaxy/controllers/library_common.py
--- a/lib/galaxy/webapps/galaxy/controllers/library_common.py
+++ b/lib/galaxy/webapps/galaxy/controllers/library_common.py
@@ -94,7 +94,7 @@
return rval
@web.expose
- def browse_library( self, trans, cntrller, **kwd ):
+ def browse_library( self, trans, cntrller='library', **kwd ):
params = util.Params( kwd )
message = util.restore_text( params.get( 'message', '' ) )
status = params.get( 'status', 'done' )
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.