On Fri, Jun 19, 2009 at 4:29 PM, John Mettraux<[email protected]> wrote: > On Thu, Jun 18, 2009 at 10:56 PM, Gonzalo<[email protected]> wrote: >> >> Hi again, >> >> This may be a "quick&dirty" workaround: >> >> "lib/res/workitems.rb" >> 66 #render_reply(200, "workitem at #{owi.href} updated") >> 67 render_reply(200, "workitem updated") >> >> >> It seems that, for some reason, owi has a nil value and then accessing >> 'href' attribute fails. >> I'll dig a little more to find out what is happening...:) > > Hello Gonzalo, > > thanks for reporting that one. I'm working on adding it to the test > suite and then providing a fix.
Hi Gonzalo, I've added a test and fixed the issue : http://github.com/jmettraux/ruote-rest/commit/953396e3f91a8004c68628e7636db0449ee53610 Thanks for reporting, have a nice week-end ! -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
