jrgifford / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
1 stars 0 forks source link

Last name not rendered in JSON feeds #140

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is an error in common/templates/user.json::

    "last_name": {{actor_ref.actra.family_name|escapejson}},

should likely be:

    "last_name": {{actor_ref.extra.family_name|escapejson}},

I.e. "actra" should be "extra".

Original issue reported on code.google.com by jonasnoc...@gmail.com on 29 Aug 2009 at 7:54

GoogleCodeExporter commented 8 years ago
I've uploaded a patch to rietku: http://rietku.appspot.com/29001

Original comment by jonasnoc...@gmail.com on 29 Aug 2009 at 8:06

GoogleCodeExporter commented 8 years ago
Commited in #r98.

Original comment by jonasnoc...@gmail.com on 1 Sep 2009 at 11:44

GoogleCodeExporter commented 8 years ago
Issue 134 has been merged into this issue.

Original comment by jonasnoc...@gmail.com on 10 Sep 2009 at 12:45