1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f56ec1622b27/ changeset: f56ec1622b27 user: greg date: 2012-10-24 16:24:11 summary: Fix for the Category.repositories mapper. affected #: 1 file diff -r 25ff502e7faa7e6030545a3035b5e98ee584ab5a -r f56ec1622b278da8d759805e70d3a7ac61596328 lib/galaxy/webapps/community/model/mapping.py --- a/lib/galaxy/webapps/community/model/mapping.py +++ b/lib/galaxy/webapps/community/model/mapping.py @@ -222,7 +222,7 @@ properties=dict( repositories=relation( RepositoryCategoryAssociation, secondary=Repository.table, primaryjoin=( Category.table.c.id == RepositoryCategoryAssociation.table.c.category_id ), - secondaryjoin=( ( RepositoryCategoryAssociation.table.c.repository_id == Repository.table.c.id ) & ( Repository.table.c.deprecated == False ) ) ) ) ) + secondaryjoin=( RepositoryCategoryAssociation.table.c.repository_id == Repository.table.c.id ) ) ) ) assign_mapper( context, Repository, Repository.table, properties = dict( 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.