I am not convinced.
It is in
form.custom.delete
why does it need to be also in
form.custom.delete_this_record
Perhaps in web3py we can rename it but why have it in two places in web2py?
contains things which are not fields. The
On Tuesday, 25 December 2012 16:43:47 UTC-6, Alan Etkin wrote:
>
> > Since the name in the default form is "delete_this_record", shouldn't
> this be found in form.custom.delete_this_record also?
>
> In case it should, here is a patch for allowing queries to the deletable
> widget by it's form name
>
>
--