Fix caching of an experiment card dropdown [SCI-6606] (#3963)

This commit is contained in:
Alex Kriuchykhin 2022-03-30 10:13:16 +02:00 committed by GitHub
parent 1c50081de5
commit 4a4b8ff6b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
<% cache [current_user, experiment] do %>
<% cache [current_user, experiment.project, experiment] do %>
<div class="dropdown experiment-actions-menu">
<button class="btn btn-light dropdown-toggle icon-btn" type="button" id="experimentActionsDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<i class="fas fa-ellipsis-h"></i>