Empty Trash => Error 500 #1599

This commit is contained in:
1redmine 2025-06-17 14:10:55 +02:00
parent b16d50e65c
commit dfdb4b3178

View File

@ -21,7 +21,7 @@
<div class="contextual">
<% if @file_delete_allowed %>
<%= link_to sprite_icon('del', l(:label_empty_trash_bin)), empty_trash_path(id: @project) %>
<%= link_to sprite_icon('del', l(:label_empty_trash_bin)), empty_trash_path(id: @project), method: :delete %>
<% end %>
</div>