mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-29 15:36:36 +08:00
Fix move experiment modal form submission [SCI-9079]
This commit is contained in:
parent
512753f164
commit
c76fca0ab3
1 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
<%= form_with model: @experiment,
|
<%= form_with model: @experiment,
|
||||||
url: move_experiment_path(@experiment),
|
url: move_experiment_path(@experiment),
|
||||||
method: :post,
|
method: :post,
|
||||||
remote: true,
|
data: { remote: true },
|
||||||
html: { class: 'experiment-action-form' } do |f| %>
|
html: { class: 'experiment-action-form' } do |f| %>
|
||||||
<div class="modal-dialog" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue