diff --git a/app/views/my_modules/_header_actions.html.erb b/app/views/my_modules/_header_actions.html.erb index b5a593713..6e8564ac7 100644 --- a/app/views/my_modules/_header_actions.html.erb +++ b/app/views/my_modules/_header_actions.html.erb @@ -41,3 +41,8 @@ <%= render partial: '/my_modules/task_flow_and_sharing' %> + + +<% if @my_module.my_module_status_flow %> + <%= render partial: 'my_modules/modals/status_flow_modal' %> +<% end %> diff --git a/app/views/my_modules/protocols.html.erb b/app/views/my_modules/protocols.html.erb index bc783506e..66416d357 100644 --- a/app/views/my_modules/protocols.html.erb +++ b/app/views/my_modules/protocols.html.erb @@ -146,11 +146,6 @@ <%= render partial: "protocols/import_export/import_elements" %> - -<% if @my_module.my_module_status_flow %> - <%= render partial: 'my_modules/modals/status_flow_modal' %> -<% end %> - <%= render partial: 'assets/wopi/create_wopi_file_modal' %>