commit/galaxy-central: jmchilton: Bugfix for 267fa4b when tool tags are enabled.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/fa404b077f67/ Changeset: fa404b077f67 User: jmchilton Date: 2014-12-29 19:25:12+00:00 Summary: Bugfix for 267fa4b when tool tags are enabled. Thanks to JJ for the bug report - apparently at least one person has tool tags enabled :). Affected #: 1 file diff -r e84f0ccd8533d76d3ee3f5b7fa739f096e9aeb41 -r fa404b077f67ff492db5d8c3405ea57cdb2d1420 lib/galaxy/tools/toolbox/tags.py --- a/lib/galaxy/tools/toolbox/tags.py +++ b/lib/galaxy/tools/toolbox/tags.py @@ -44,7 +44,7 @@ def __init__( self, app ): self.app = app - self.sa_session = app.sa_session + self.sa_session = app.model.context def reset_tags( self ): log.info("removing all tool tag associations (" + str( self.sa_session.query( self.app.model.ToolTagAssociation ).count() ) + ")" ) 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