commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/75672e1cba2b/ Changeset: 75672e1cba2b Branch: stable User: dannon Date: 2014-02-11 17:59:38 Summary: Select2 dynamic loading now uses non-static URL (Should fix main's prefixed URL issue) Affected #: 1 file diff -r 6f9059801fafb3b7ae2cf844b07848beab0846fa -r 75672e1cba2bd569b729156f3d8f8f1f994240f0 templates/admin/impersonate.mako --- a/templates/admin/impersonate.mako +++ b/templates/admin/impersonate.mako @@ -30,7 +30,7 @@ $("#email_select").select2({ placeholder: "Select a user", ajax: { - url: "/api/users/", + url: "${h.url_for(controller="/api/users", action="index")}", dataType: 'json', quietMillis: 250, matcher: function(term, text) { return text.toUpperCase().indexOf(term.toUpperCase())>=0; }, https://bitbucket.org/galaxy/galaxy-central/commits/128cbb948cc4/ Changeset: 128cbb948cc4 User: jmchilton Date: 2014-02-14 17:54:15 Summary: Merge latest stable. Affected #: 0 files 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