Hello All,
I have a SQLFORM.grid with multiple joins that looks something like this:
query = (db.locations.id == 10) & (db.rooms.id == db.locations.room_id) &
(db.other.id == db.rooms.other_id)
SQLFORM.grid(query)
The problem is the edit button defaults to the other table, and I want it
to g
I am also experiencing this issue, however I tried to recreate it with a
simple view/controller, and was unable to do so, but I have a much larger
application with the problem. I'm currently using v 2.2.1.
Is there any way to "watch" the session.flash variable to see where it is
getting unset a
2 matches
Mail list logo