mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 10:14:17 +08:00
Fix error at adding consumption to assigned item to task [SCI-8868] (#5789)
This commit is contained in:
parent
d71351fcbc
commit
2f5015e2a2
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
<%= form_with url: update_consumption_my_module_repository_path(@my_module, @repository, module_row_id: @module_repository_row), method: :post, remote: true do |f| %>
|
<%= form_with url: update_consumption_my_module_repository_path(@my_module, @repository, module_row_id: @module_repository_row),
|
||||||
|
method: :post,
|
||||||
|
html: { data: { remote: true } } do |f| %>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-label="<%= t('general.close') %>">
|
<button type="button" class="close" data-dismiss="modal" aria-label="<%= t('general.close') %>">
|
||||||
<span aria-hidden="true">×</span>
|
<span aria-hidden="true">×</span>
|
||||||
|
|
Loading…
Reference in a new issue