[Catalyst] Template creates objects via belongs_to autovivification

2007-06-13 Thread Matt Rosin
Hello, I discovered an interesting bug/feature, in which a template seems to be executing an SQL insert without that being intended or even visible in the code! I think it's worth explaining exactly what's going on so please pardon the length. In my

Re: [Catalyst] Template creates objects via belongs_to autovivification

2007-06-13 Thread Jason Kohles
On Jun 13, 2007, at 8:17 AM, Matt Rosin wrote: The thing is, then I decided to let admins add new transactions without an associated customer, to record in the database transactions that were made offline. Instead of assigning r.customer to the id of the company running the system I just