[Catalyst] FormFu edit form problem

Moritz Onken onken at houseofdesign.de
Fri May 29 13:11:23 GMT 2009


Am 29.05.2009 um 07:43 schrieb Toby Corkindale:

> Moritz Onken wrote:
>> Do you run the latest version of DBIC?
>
> I was running on 0.08012, however I have updated to 0.08103 and  
> still have the same problem.
>
> -Toby

The problem is that there is no good way to decide whether a given  
relationship is a has_one or
belongs_to relationship. at least this is what DBIC people say.

SO if you set is_foreign_key_constraint to 0, FormFu assumes that it  
is a has_one relationship
and not a belongs_to relationship.

Right now I have no idea how to fix it!

moritz




More information about the Catalyst mailing list