galaxy-dist commit e37392b073d8: Enable datasets to use item ratings.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User jeremy goecks <jeremy.goecks@emory.edu> # Date 1283367569 14400 # Node ID e37392b073d89af5aea5e6206e9827ea6ad3f190 # Parent 4ee5fca864a44b2bf7e7efac7a97f564961df3f2 Enable datasets to use item ratings. --- a/lib/galaxy/web/controllers/dataset.py +++ b/lib/galaxy/web/controllers/dataset.py @@ -143,7 +143,7 @@ class HistoryDatasetAssociationListGrid( .filter( model.History.deleted==False ) \ .filter( self.model_class.visible==True ) -class DatasetInterface( BaseController, UsesAnnotations, UsesHistoryDatasetAssociation ): +class DatasetInterface( BaseController, UsesAnnotations, UsesHistoryDatasetAssociation, UsesItemRatings ): stored_list_grid = HistoryDatasetAssociationListGrid()
participants (1)
-
commits-noreply@bitbucket.org