Using the GAE-helper ReferencePropertyField to show possible groups that a user can be in.
How do I make it show the what group the user currently is in when editing the user?
The selectfield works fine, I can change the group of the user and the changes are written to the datastore, but I can't figure out how to set the current value when redering the form.
I have tried using
form.field.data = current_data
but with no luck.
Anyone have an idea?