commit/galaxy-central: kanwei: Fix adding datasets to trackster from history pane
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/0bfb73dea188/ changeset: r4981:0bfb73dea188 user: kanwei date: 2011-02-02 21:07:14 summary: Fix adding datasets to trackster from history pane affected #: 1 file (4 bytes) --- a/templates/tracks/browser.mako Wed Feb 02 15:06:10 2011 -0500 +++ b/templates/tracks/browser.mako Wed Feb 02 15:07:14 2011 -0500 @@ -224,7 +224,7 @@ %if add_dataset is not None: $.ajax( { url: "${h.url_for( action='add_track_async' )}", - data: { id: "${add_dataset}" }, + data: { hda_id: "${add_dataset}" }, dataType: "json", success: add_async_success }); 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)
-
Bitbucket