In the second case, does the list of fields include db.table.id?
On May 15, 11:32 am, Jose <[email protected]> wrote: > Hi, > > When I use crud.select (...), if I pass the argument fields, break the > link id field. > > This shows the values ids to link. > rows = crud.select(my_table, query=query, ..., linkto=URL(r=request, > f='read')) > > This will only values, but without link > rows = crud.select(my_table, query=query, fields=fields, ..., > linkto=URL(r=request, f='read')) > > Jose

