how are the fields declared in your fields block? have you overridden any of the views?
On Sep 8, 6:56 am, val2many <[email protected]> wrote: > Hi, > > I have a bilingual app set up. Using globalize to manage the > translations for the actual data works nicely. > But: > opening the edit view works fine (I see my fck editor). > > Then I put something in a field that previously was a rich type > (:html) it saves the data correctly in the translation table generated > by globalize. > > In the view, I get the html escaped so I see all html tags as well. (I > can get around that by falling back to <%= this.foo %> > > Reopening the editor all former :html fields are now text fields with > only one line. > > I do understand, that this is because hobo-fields doesn't know I would > like it to treat that field as if it where :html. > > Can anyone push me towards a solution for this? > > Thanks, > > Val -- 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.
