Fix: invalidate http cache when selecting assignees

This commit is contained in:
Jorge Manrubia
2025-11-12 11:17:21 +01:00
parent d36011dcbf
commit 7bfcfb57c7
@@ -3,7 +3,7 @@ class Cards::AssignmentsController < ApplicationController
def new
@users = @board.users.active.alphabetically
fresh_when @users
fresh_when etag: [ @users, @card.assignees ]
end
def create