Finaly got the issue form javascrip reloading to work

This commit is contained in:
2026-01-21 12:20:43 -05:00
parent 20d9f0a84e
commit 623510b474
2 changed files with 12 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<label for="issue_customer"><%= t(:customer) %></label>
<%= search_customer %>
<%= customer_id %>
<%= link_to t(:label_load_customer), '#', onclick: "updateIssueFrom('/issues/#{context[:issue].id}/edit.js', this); return false;" %>
<%= link_to t(:label_load_customer), '#', onclick: "#{js_link}; return false;" %>
</p>
<p>