details: http://www.bx.psu.edu/hg/galaxy/rev/b14f99a4f736 changeset: 2834:b14f99a4f736 user: jeremy goecks <jeremy.goecks@emory.edu> date: Tue Oct 06 15:00:32 2009 -0400 description: Allow root/my_data to take but ignore multiple parameters in order to support route memory. 1 file(s) affected in this change: lib/galaxy/web/controllers/root.py diffs (12 lines): diff -r 40ab85150694 -r b14f99a4f736 lib/galaxy/web/controllers/root.py --- a/lib/galaxy/web/controllers/root.py Tue Oct 06 14:13:31 2009 -0400 +++ b/lib/galaxy/web/controllers/root.py Tue Oct 06 15:00:32 2009 -0400 @@ -48,7 +48,7 @@ ## ---- Root history display --------------------------------------------- @web.expose - def my_data( self, trans ): + def my_data( self, trans, **kwd ): """ Display user's data. """