refresh sibling columns on column creation and deletion
This commit is contained in:
@@ -1 +1,2 @@
|
||||
<%= turbo_stream.before("closed-cards", partial: "boards/show/column", method: :morph, locals: { column: @column }) %>
|
||||
<%= render "columns/refresh_siblings", column: @column %>
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
<%= turbo_stream.remove(dom_id(@column)) %>
|
||||
<%= turbo_stream.remove(dom_id(@column)) %>
|
||||
<%= render "columns/refresh_siblings", column: @column %>
|
||||
Reference in New Issue
Block a user