mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-18 15:59:39 +08:00
Merge pull request #3766 from okriuchykhin/ok_SCI_6400
Fix experiment caching issue [SCI-6400]
This commit is contained in:
commit
b3c262bf2a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<% else %>
|
||||
<% project_is_managable = can_manage_project?(@project) %>
|
||||
<% cards.each do |card| %>
|
||||
<% cache [current_user, card] do %>
|
||||
<% cache [current_user, @project, card] do %>
|
||||
<%= render partial: 'projects/show/experiment_card',
|
||||
locals: { experiment: card, project: @project, project_is_managable: project_is_managable } %>
|
||||
<% end %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue