Don't filter these by stage either

This commit is contained in:
Jason Zimdars
2025-03-31 17:30:47 -05:00
parent 6fddce3f21
commit 49aa436676
+1 -1
View File
@@ -115,7 +115,7 @@
Recently closed
</h2>
<section class="cards--grid">
<% if (popped_bubbles = Filter.from_params(@filter.as_params.merge(indexed_by: "popped")).tap { |f| f.creator = Current.user }.bubbles).any? %>
<% if (popped_bubbles = Filter.from_params(@filter.as_params.except(:stage_ids).merge(indexed_by: "popped")).tap { |f| f.creator = Current.user }.bubbles).any? %>
<%= render partial: "bubbles/card", collection: popped_bubbles, as: :bubble, cached: true %>
<% else %>
<p class="txt-medium translucent">Nothing here</p>