[ckan-dev] Missing organization feeds
Ross Jones
ross at servercode.co.uk
Fri Jan 24 16:39:00 UTC 2014
Am I right in thinking that you cannot generate an Atom feed for organizations?
The routing config has the following:
with SubMapper(map, controller='feed') as m:
m.connect('/feeds/group/{id}.atom', action='group')
m.connect('/feeds/tag/{id}.atom', action='tag')
m.connect('/feeds/dataset.atom', action='general')
m.connect('/feeds/custom.atom', action='custom')
But the group action in the feed controller uses group_show.
Ross
More information about the ckan-dev
mailing list