Fix status flow modal to work across multiple pages [SCI-9212]

This commit is contained in:
Martin Artnik 2023-09-05 15:54:53 +02:00
parent 678e40f04d
commit 914697d4bf
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' %>