Skip to content

Commit

Permalink
Merge pull request #6840 from AmaliMatharaarachchi/6.x
Browse files Browse the repository at this point in the history
Fix section in advanced endpoint configs is missing for HTTP/SOAP
  • Loading branch information
rmsamitha authored Aug 23, 2019
2 parents dab3ca9 + 6529a5b commit 42c2934
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
render_advance: function(selectedEndpointType, selectedEndpointIndex){
var context = jQuery.extend({}, this.config[selectedEndpointType][selectedEndpointIndex].config);
context[this.config.endpoint_type] = true;
if(this.config[selectedEndpointType][selectedEndpointIndex].endpoint_type == "address"){
context["address"] = true;
}
var model = this.element.find("#advance_form").html(template2(context));
this.element.find("#advance_endpoint_config").find('.selectpicker').selectpicker();
this.element.find("#advance_endpoint_config").modal('show');
Expand Down

0 comments on commit 42c2934

Please sign in to comment.