Skip to content

Commit

Permalink
fixup! rejected proposals always past
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien Froger committed Nov 4, 2024
1 parent dd223a3 commit 15f9f98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/decidim/geo/proposal/proposal_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def filter_active(query)
query.where(
"resource_type = ? AND resource_status NOT IN ('rejected', 'withdrawn') AND (end_date >= ? OR end_date IS NULL)",
manifest_name,
manifest_name,
15.days.ago.to_date
)
end
Expand Down

0 comments on commit 15f9f98

Please sign in to comment.