commit/galaxy-central: davebgx: Display the repository export action for users who are not the repository owner.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/426de9e7912b/ Changeset: 426de9e7912b Branch: stable User: davebgx Date: 2014-06-11 20:17:13 Summary: Display the repository export action for users who are not the repository owner. Affected #: 1 file diff -r ef56567006a42ecfaee303b22f4f379a759c03b8 -r 426de9e7912bed1db4548acfe64e2ca86f9cdf99 templates/webapps/tool_shed/common/repository_actions_menu.mako --- a/templates/webapps/tool_shed/common/repository_actions_menu.mako +++ b/templates/webapps/tool_shed/common/repository_actions_menu.mako @@ -54,7 +54,7 @@ else: can_push = False - if not is_deprecated and not is_new and ( not is_malicious or can_push ): + if not is_deprecated and not is_new and not is_malicious: can_download = True else: can_download = False 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