1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/dfdb4c8c2d12/ Changeset: dfdb4c8c2d12 User: guerler Date: 2014-11-12 20:33:53+00:00 Summary: ToolForm: Fix collection ids Affected #: 1 file diff -r 76ec1e41fe30300ce12c72167ce38990028f6c27 -r dfdb4c8c2d12261bdc691ec0db32ad459b0c2525 lib/galaxy/tools/parameters/basic.py --- a/lib/galaxy/tools/parameters/basic.py +++ b/lib/galaxy/tools/parameters/basic.py @@ -2100,7 +2100,7 @@ if dataset_collection_matcher.hdca_match( hdca, reduction=multiple ): d['options']['hdca'].append({ 'id' : trans.security.encode_id( hdca.id ), - 'id_uncoded' : hda.id, + 'id_uncoded' : hdca.id, 'hid' : hdca.hid, 'name' : hdca.name, 'src' : 'hdca' 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.