Skip to content

Commit

Permalink
Backport "Fix order by weight in processes groups' processes content …
Browse files Browse the repository at this point in the history
…block" to v0.26 (#8771)
  • Loading branch information
andreslucena committed Feb 2, 2022
1 parent 4208d0c commit cf4e767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def initialize(group)
end

def query
Decidim::ParticipatoryProcess.where(participatory_process_group: @group)
Decidim::ParticipatoryProcess.where(participatory_process_group: @group).order(weight: :asc)
end
end
end
Expand Down

0 comments on commit cf4e767

Please sign in to comment.