Skip to content

Commit

Permalink
Merge pull request #113 from unepwcmc/0.2.0
Browse files Browse the repository at this point in the history
0.2.0
  • Loading branch information
RainbowGiantSquid authored Jun 20, 2022
2 parents a09f5f7 + f2d0f59 commit 87b8517
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.0

- Bugfix map popup - button link functionality

# 0.1.9

- Rake task to update countries to UN compliant names
Expand Down
2 changes: 1 addition & 1 deletion app/models/commitment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def self.parse_filters(filters)
params.compact
end

def self.run_query(_page, where_params)
def self.run_query(where_params)
# WARNING! Do not remove the 'published' scope, because this will show unpublished Commitments
# people might not want public and CBD commitments we've chosen not to display.
Commitment.published
Expand Down

0 comments on commit 87b8517

Please sign in to comment.