1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/fc9b51ce9798/ Changeset: fc9b51ce9798 User: greg Date: 2013-06-24 16:36:01 Summary: Fix for managing tool dependencies for an installed tool shed repository. Affected #: 1 file diff -r dc6e0347edffb96fe4e633b362ad21a9f5a83e81 -r fc9b51ce979861604abaa9da6b15977f1238957d templates/admin/tool_shed_repository/manage_repository_tool_dependencies.mako --- a/templates/admin/tool_shed_repository/manage_repository_tool_dependencies.mako +++ b/templates/admin/tool_shed_repository/manage_repository_tool_dependencies.mako @@ -35,7 +35,7 @@ else: error_message = '' if not can_install: - if tool_dependency.status not in [ trans.model.ToolDependency.installation_status.INSTALLED ]: + if tool_dependency.status in [ trans.model.ToolDependency.installation_status.UNINSTALLED ]: can_install = True if not can_uninstall: if tool_dependency.status not in [ trans.model.ToolDependency.installation_status.UNINSTALLED ]: 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.