ckan / ckanext-pages

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

KeyError: 'resource' #70

Open dcmul opened 6 years ago

dcmul commented 6 years ago

I couldn’t find any help anywhere else. My apologies if my question seem silly.

I am using ckan ckan 2.5.3 with lxml installed.

I insert view iframes on a page, will get his error when the page runs File '../ckanext-pages/ckanext/pages/controller.py', line 237 in _inject_views_into_page package_id = context['resource'].resource_group.package_id KeyError: 'resource'

apparently context is not added to the context

Has anyone seen this error before? Any ideas how to handle it?

torfsen commented 6 years ago

Which version of ckanext-pages are you using?

dcmul commented 6 years ago

release-v0.1.0

torfsen commented 6 years ago

Could you please post some more details about the issue? In particular: