我最近将ckan更新为2.9.0。更新后,将不再从插件中调用我的dataset.search定制控制器。我可以看到插件的模板仍在工作,但是未调用客户控制器。
def before_map(self, map):
# Hook in our custom user controller at the points of creation
map.connect('dataset',controller='ckanext.facet.controller:CustomPakcageController',
action='search')
在更新之前,它运行良好。有什么线索改变了或者我在文件中做错了吗?谢谢!