ckan / ckanext-pages

A simple builtin CMS for CKAN sites
GNU General Public License v3.0
51 stars 99 forks source link

Support for ckan 2.9.2 #108

Closed turbatuandrei closed 3 years ago

turbatuandrei commented 3 years ago

After installing the module and starting ckan I get the following error:

ckan/lib/default/src/ckanext-pages/ckanext/pages/plugin.py", line 192, in get_actions 'ckanext_pages_show': actions.pages_show, AttributeError: module 'actions' has no attribute 'pages_show'

amercader commented 3 years ago

2.9 support is on the works. Should be ready at some point next week

turbatuandrei commented 3 years ago

Great, thanks!

YukunYangNPF commented 3 years ago

I'm also waiting for this. Hope it can be done soon!

amercader commented 3 years ago

Hey all, the v0.3.0 tag includes support for CKAN 2.9 / Python 3. Please test and report any issues you find. Thanks.