1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/26dd63d98458/ Changeset: 26dd63d98458 User: jmchilton Date: 2014-06-11 19:37:24 Summary: Modify url_for in history_contents.py. No clue why - but this randomly fails on main. Will keep looking into it - but it wasn't really giving the pretty URL I wanted anyway (though it was working and this still works due to backward compatbility on this route). Affected #: 1 file diff -r 56f88d255425410b07c09ac5fcd2168f3f19fa1c -r 26dd63d984585f13369bf04c503eca01f874ece7 lib/galaxy/webapps/galaxy/api/history_contents.py --- a/lib/galaxy/webapps/galaxy/api/history_contents.py +++ b/lib/galaxy/webapps/galaxy/api/history_contents.py @@ -143,7 +143,7 @@ 'purged': hda.purged, 'hid' : hda.hid, 'history_content_type' : hda.history_content_type, - 'url' : url_for( 'history_content', history_id=encoded_history_id, id=encoded_id, type="dataset" ), + 'url' : url_for( 'history_content', history_id=encoded_history_id, id=encoded_id ), } def __collection_dict( self, trans, dataset_collection_instance, view="collection" ): 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.