Project

General

Profile

« Previous | Next » 

Revision cff614a4

Added by Dominic Cleal almost 8 years ago

fixes #15363 - construct correct templates query for new hosts

(cherry picked from commit 8e2a541fc065180e338bf537d461f13e396b9b4c)

View differences:

app/assets/javascripts/application.js
// Use a post to avoid request URI too large issues with big forms
$.ajax({
type: "POST",
url: url + "&provisioning=" + build,
url: url + ((url.indexOf('?') == -1) ? '?' : '&') + "provisioning=" + build,
data: form,
success: function(response, status, xhr) {
$(div).html(response);

Also available in: Unified diff