> > Try adding "|| new_record?" to the end of that sequence of > > conditionals - there are still some edge cases where user_view gets > > called on a new (empty) user record in the new/create actions. > > Coincidentally, I pushed a fix for that yesterday. So if you use the > hobo from git://github.com/tablatom/hobo.git, Matt's workaround > shouldn't be necessary.
Matt, Adding this OR got this working, Thanks, simple really when you see the solution... Bryan, I haven't upgraded hobo yet. I shall do this after our next Milestone on Monday.. don't want to risk breaking anything else at this stage. I'll report back if that doesn't solves the problem when the workaround is removed. Patrick, I read throught your thread before posting this and used some of your fix but as this was not a new controller to restrict to but a standard user controller with extra limitations it did not quite work but gae me some new ideas. Thanks All Mark -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
