commit/galaxy-central: jmchilton: Bug fix for collections 2dc383c.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/42b5f213c92d/ Changeset: 42b5f213c92d User: jmchilton Date: 2014-12-11 19:44:18+00:00 Summary: Bug fix for collections 2dc383c. Affected #: 1 file diff -r 72143d1079be191695e7ce2171926e891795bd7a -r 42b5f213c92d395feb1f6d4d2ee691abeb134c42 lib/galaxy/tools/parameters/basic.py --- a/lib/galaxy/tools/parameters/basic.py +++ b/lib/galaxy/tools/parameters/basic.py @@ -2171,7 +2171,7 @@ def _history_query( self, trans ): dataset_collection_type_descriptions = trans.app.dataset_collections_service.collection_type_descriptions - return history_query.HistoryQuery.from_parameter_elem( self.elem, dataset_collection_type_descriptions ) + return history_query.HistoryQuery.from_parameter( self, dataset_collection_type_descriptions ) def get_html_field( self, trans=None, value=None, other_values={} ): # dropped refresh values, may be needed.. 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