Hi All! I wonder if somebody could help me. I use record versioning with auth.signature but if I delete (is_active=False) the parent row than I got a "Using a recursive select but encountered a broken reference" ticket issued when I try to access the child...
I opened a ticket about it: http://code.google.com/p/web2py/issues/detail?id=1419 with a video and test app. I think if I delete the parent row than the child's is_active should be set to False too. That is the case if I don't use auth.signature anyway... child row get deleted if I delete parent. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

