[ckan-dev] Missing organization feeds

Ross Jones ross at servercode.co.uk
Mon Jan 27 15:53:33 UTC 2014


Thanks for the sanity check, I’ve submitted a PR for it.

Ross

On 27 Jan 2014, at 03:15, Nigel Babu <nigel.babu at okfn.org> wrote:

> I *think* this is an inadvertent breakage when the group_show API started returning 404 for organizations. It probably used to work back when you could give organization names as well. Definitely worth a bug.
> 
> Nigel Babu
> Developer  |  @nigelbabu
> The Open Knowledge Foundation
> Empowering through Open Knowledge
> http://okfn.org/  |  @okfn  |  OKF on Facebook  |  Blog  |  Newsletter
> 
> CKAN | http://ckan.org/ | @CKANproject | the world’s leading open-source data portal platform
> 
> 
> On 24 January 2014 22:09, Ross Jones <ross at servercode.co.uk> wrote:
> 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
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
> 
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/ckan-dev/attachments/20140127/b08ef358/attachment-0003.html>


More information about the ckan-dev mailing list