Skip to content

Commit

Permalink
fix: fix i18n hack for changing collections not working with CKAN 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 13, 2023
1 parent ae75c66 commit 39e13f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.7.2
- fix: fix i18n hack for changing collections not working with CKAN 2.10
0.7.1
- fix: snap site footer to bottom of page
0.7.0
Expand Down
4 changes: 2 additions & 2 deletions ckanext/dcor_theme/cli/i18n_branding.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@


preserve = [
"organization_",
"{organization}",
"organization_name",
"group_name",
"group_",
"{group}",
]

Expand Down

0 comments on commit 39e13f5

Please sign in to comment.