commit/galaxy-central: martenson: force qualified URL for tool sharing within the toolform
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/99bc7d90156f/ Changeset: 99bc7d90156f Branch: next-stable 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 e59a2af27182123bd6ed96ab8a9bbfd4a83d11f9 -r 99bc7d90156facd280def33e6ad7e303ebe8d838 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.
participants (1)
-
commits-noreply@bitbucket.org