Skip to content

Commit

Permalink
Add change for barcelona en comu
Browse files Browse the repository at this point in the history
  • Loading branch information
marinamuca committed Jul 26, 2023
1 parent ec4e0a8 commit da7495a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-consultations/lib/decidim/consultations/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Engine < ::Rails::Engine
Decidim.menu :menu do |menu|
menu.add_item :consultations,
I18n.t("menu.consultations", scope: "decidim"),
decidim_consultations.consultations_path,
decidim_consultations.consultations_path(filter: { state: "active" }),
position: 2.65,
if: Decidim::Consultation.where(organization: current_organization).published.any?,
active: :inclusive
Expand Down

0 comments on commit da7495a

Please sign in to comment.