Thanks so much for your help, but ...
Kevin Dangoor wrote:
> options = lambda: [(group.id, group.displayName) for group in
> identity.current.groups]
I tried that, only got the same error. Also tried specially defining a
function:
def current_group_list():
return [(group.id, group.displayName) for group in
identity.current.user.groups]
(...)
group = widgets.SingleSelectField(name="group", label="Assign to
group",
options=current_group_list,
help_text=_("..."))
just results in IdentityManagementNotEnabledException
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---