From cfe58018563913c29c1bed5b2e72a62f01f55c7e Mon Sep 17 00:00:00 2001 From: Zanz2 Date: Sat, 6 Oct 2018 12:56:13 +0200 Subject: [PATCH] Disabled turbolinks in left navigation bar protocols button, i think it fixes the issue --- app/views/shared/_left_menu_bar.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/shared/_left_menu_bar.html.erb b/app/views/shared/_left_menu_bar.html.erb index 1b1e35159..a80a40d6a 100644 --- a/app/views/shared/_left_menu_bar.html.erb +++ b/app/views/shared/_left_menu_bar.html.erb @@ -14,7 +14,8 @@ <% end %>
  • "> - <%= link_to protocols_path, id: "templates-link", title: t('left_menu_bar.templates') do %> + <%= link_to protocols_path, id: "templates-link", title: t('left_menu_bar.templates'), + data: { turbolinks: false } do %> <%= t('left_menu_bar.templates') %> <% end %>