commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/3180391de891/ Changeset: 3180391de891 User: jgoecks Date: 2013-06-21 15:25:03 Summary: Remove unneeded webapp parameter. Affected #: 1 file diff -r 6fc05699ebafaf8acaae58f281bd576bebcfcd90 -r 3180391de8912dc275a7babfca54e25dfe8a75ee lib/galaxy/webapps/galaxy/controllers/workflow.py --- a/lib/galaxy/webapps/galaxy/controllers/workflow.py +++ b/lib/galaxy/webapps/galaxy/controllers/workflow.py @@ -98,7 +98,7 @@ grids.GridOperation( "Import", condition=( lambda item: not item.deleted ), allow_multiple=False, - url_args=dict( webapp="galaxy", action="imp" ) ), + url_args=dict( action="imp" ) ), grids.GridOperation( "Save as File", condition=( lambda item: not item.deleted ), allow_multiple=False, https://bitbucket.org/galaxy/galaxy-central/commits/10810850afaa/ Changeset: 10810850afaa Branch: list_published_export User: jgoecks Date: 2013-06-21 15:27:35 Summary: Close list_published_export branch Affected #: 0 files 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.
participants (1)
-
commits-noreply@bitbucket.org