fixed

On Oct 26, 4:54 pm, Bob St John <bobinco...@gmail.com> wrote:
> using 1.99.2
>
> in gluon.sqlhtml.SQLFORM.grid:
>
> line 1489: return ondelete(table,request.args[-2],ret)
>
> I think it should be: return ondelete(table,request.args[-1],ret)
>
> As it is now, ondelete gets (table, table, ret), whereas I believe it
> should get (table, record_id, ret) to work properly...
>
> I like this grid method!

Reply via email to