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:
aignatov-bio 2023-09-06 10:34:31 +02:00 committed by GitHub
commit 218b853577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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 %>

View file

@ -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' %>