mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 15:31:02 +08:00
Fix consume modal display on full table view on task [SCI-8868] (#5798)
This commit is contained in:
parent
e250362733
commit
c1db4529e9
1 changed files with 2 additions and 1 deletions
|
|
@ -119,6 +119,8 @@
|
|||
data-repositories-list-url="<%= my_module_repositories_list_html_path(@my_module) %>">
|
||||
<%= render partial: "my_modules/repositories/repositories_list" %>
|
||||
</div>
|
||||
|
||||
<%= render partial: "my_modules/repositories/full_view_modal" %>
|
||||
</div>
|
||||
<!-- Protocol -->
|
||||
<div class="task-section">
|
||||
|
|
@ -136,7 +138,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<%= render partial: "my_modules/repositories/full_view_modal" %>
|
||||
<%= render partial: "my_modules/modals/update_repository_records_modal" %>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue