Skip to content

Commit

Permalink
fix: update for ckan 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Oct 30, 2024
1 parent cdc1c13 commit cb37066
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
Empty file.
5 changes: 0 additions & 5 deletions ckanext/drupal_api/assets/webassets.yml

This file was deleted.

1 change: 0 additions & 1 deletion ckanext/drupal_api/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def get_helpers(self):

def update_config(self, config_):
tk.add_template_directory(config_, "templates")
tk.add_ckan_admin_tab(config_, "drupal_api.drupal_api_config", "Drupal API")

# IBlueprint

Expand Down
8 changes: 8 additions & 0 deletions ckanext/drupal_api/templates/admin/base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% ckan_extends %}

{% block content_primary_nav %}
{{ super() }}
{{ h.build_nav_icon('drupal_api.drupal_api_config', _('Drupal API'), icon='gear') }}


{% endblock %}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.6.1',
version='0.6.2',

description='''''',
long_description=long_description,
Expand Down

0 comments on commit cb37066

Please sign in to comment.