Skip to content

Commit

Permalink
Merge branch 'release/0.28-stable' of github.com:AjuntamentdeBarcelon…
Browse files Browse the repository at this point in the history
…a/decidim into release/0.28-stable-bcn
  • Loading branch information
fblupi committed Nov 5, 2024
2 parents 739d2cc + d74ab48 commit 4bfc73b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def build_initiative
end

def scoped_type
InitiativesTypeScope.order(:id).find_by(type: form.type)
InitiativesTypeScope.order(:id).find_by(type: form.type, scope: form.scope)
end

def signature_end_date
Expand Down

0 comments on commit 4bfc73b

Please sign in to comment.