> values[fieldname] = [self.object_id(x) for x in v]
Note: there's no need to add the loop for creating the object id's since
that is handled by the adapter represent method (that is the behavior with
update).
It should be enough to just test for
(line 5337)
if fieldtype.startswith("reference") or (fieldtype=="id"):
which would evaluate to False if the field type is "list:reference ..."
--
---
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.