You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: