Noosfero/noosfero

View on GitHub
plugins/suppliers/views/suppliers_plugin_myprofile/new.js.erb

Summary

Maintainability
Test Coverage
<% if @supplier.valid? %>
  window.location = '<%= url_for :action => :index %>';
<% else %>
  jQuery("#supplier-add").html("<%= j render(:partial => 'suppliers_plugin_myprofile/supplier', :object => @supplier) %>");
  toggle_edit.value_row.reload();
<% end %>