Skip to content

Commit

Permalink
Migrate to CKAN 2.9.4 & python 3.7, following process at ozwillo/ckan…
Browse files Browse the repository at this point in the history
  • Loading branch information
mdutoo committed Dec 6, 2021
1 parent d297e7b commit 1ad9e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/dashboard/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def info(self):
'title': 'Dashboard',
'icon': 'dashboard',
'iframed': False,
'schema': {'json': [ignore_empty, unicode],
'schema': {'json': [ignore_empty, str],
'added_view_id': [ignore],
'user_filter_names': [ignore_missing],
'user_filter_fields': [ignore_missing]
Expand Down

0 comments on commit 1ad9e34

Please sign in to comment.