[Maypole] deep recursion on do_edit

Jim Blomo jim@rescomp.berkeley.edu
Wed, 25 Aug 2004 22:26:45 -0700


On Sat, Aug 21, 2004 at 06:49:40PM -0700, Jim Blomo wrote:
> I'm using the factory templates to manipulate the data, and the only
> customization to the class has been putting in its relationship to UserType and adding sub stringify_self { shift->username; }.


I fixed this by simply using the 

__PACKAGE__->columns(Stringify => 'username');

but beware using stringify in the future, I guess.

Jim