Skip to content

Commit 9fb2d45

Browse files
committed
Make QC async in metadata
1 parent 56b6c2a commit 9fb2d45

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/views/names/_metadata.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@
135135
<% end %>
136136
<% if @name.validated? %>
137137
<li>
138-
<% id = modal('Quality Checks', size: 'xl') do %>
139-
<%= render(partial: 'quality_checks',
140-
locals: { force_qc_view: true }) %>
141-
<% end %>
138+
<% id = modal(
139+
'Quality Checks', size: 'lg',
140+
async: quality_checks_name_url(@name, content: true)
141+
) %>
142142
<%= modal_button(id, as_anchor: true) do %>
143143
Quality checks before valid publication
144144
<% end %>

0 commit comments

Comments
 (0)