mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-09 22:23:28 +08:00
Merge pull request #6139 from artoscinote/ma_SCI_9212
Fix status flow modal to work across multiple pages [SCI-9212]
This commit is contained in:
commit
218b853577
2 changed files with 5 additions and 5 deletions
|
@ -41,3 +41,8 @@
|
|||
<%= render partial: '/my_modules/task_flow_and_sharing' %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Status flow modal -->
|
||||
<% if @my_module.my_module_status_flow %>
|
||||
<%= render partial: 'my_modules/modals/status_flow_modal' %>
|
||||
<% end %>
|
||||
|
|
|
@ -146,11 +146,6 @@
|
|||
<!-- Import protocol elements -->
|
||||
<%= render partial: "protocols/import_export/import_elements" %>
|
||||
|
||||
<!-- Status flow modal -->
|
||||
<% if @my_module.my_module_status_flow %>
|
||||
<%= render partial: 'my_modules/modals/status_flow_modal' %>
|
||||
<% end %>
|
||||
|
||||
<!-- Create new office file modal -->
|
||||
<%= render partial: 'assets/wopi/create_wopi_file_modal' %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue