1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/55e6516c89be/ Changeset: 55e6516c89be User: martenson Date: 2014-09-30 17:22:10+00:00 Summary: force qualified URL for tool sharing within the toolform Affected #: 1 file diff -r 650d2307e5b5688ca8137fc4af577308fac54833 -r 55e6516c89bedc14605c31d48ed6eb055959a3f4 templates/webapps/galaxy/tool_form.mako --- a/templates/webapps/galaxy/tool_form.mako +++ b/templates/webapps/galaxy/tool_form.mako @@ -337,7 +337,7 @@ </div> %endif <div class="icon-btn-group"> - <a href="#" data-link="${h.url_for( controller='root', action='index', tool_id=tool.id )}" + <a href="#" data-link="${h.url_for( controller='root', action='index', tool_id=tool.id, qualified=True )}" class="icon-btn tool-share-link" title="Share this tool" data-toggle="tooltip" data-placement="bottom"><span class="fa fa-share"></span></a></div></span> 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.