1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/56cb3ab8b5ef/ changeset: 56cb3ab8b5ef user: jgoecks date: 2011-10-12 15:52:30 summary: Remove duplicate history links in copy datasets done message. affected #: 1 file (-1 bytes) --- a/lib/galaxy/web/controllers/dataset.py Tue Oct 11 16:53:21 2011 -0400 +++ b/lib/galaxy/web/controllers/dataset.py Wed Oct 12 09:52:30 2011 -0400 @@ -1141,9 +1141,6 @@ num_source = len( source_dataset_ids ) - invalid_datasets num_target = len(target_histories) done_msg = "%i %s copied to %i %s: %s." % (num_source, inflector.cond_plural(num_source, "dataset"), num_target, inflector.cond_plural(num_target, "history"), hist_names_str ) - if new_history is not None: - done_msg += " <a href=\"%s\" target=\"_top\">Switch to the new history.</a>" % url_for( - controller="history", action="switch_to_history", hist_id=trans.security.encode_id( new_history.id ) ) trans.sa_session.refresh( history ) source_datasets = history.visible_datasets target_histories = [history] 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.