Hi all, I'm getting an error now in hobo 1.3 when calling a part that's inside a field-view. It used to work in Hobo 1.0. The error is ArgumentError (invalid typed-id: :myField): I checked the log and it seems to be sending field_name instead of this:field_name in the past. Now it looks like this: Call part: myPart. this-id = :myField, locals = []. In the past, it used to be: Call part: myPart. this-id = this:myField, locals = [], so now "this" is gone which I think causes find_by_typed_id to break with the above error. Would any one know if this is an intentional change, and if there is a workaround?
thank you, Sam -- 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.
