You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for mem in app.openplans.portal_memberdata.keys():
if not IHandleMemberWorkflow(app.openplans.portal_memberdata[mem]).is_unconfirmed():
if IAnnotations(app.openplans.portal_memberdata[mem]).get("opencore.member.pending_requests", {}).items():
print mem, IAnnotations(app.openplans.portal_memberdata[mem]).get("opencore.member.pending_requests", {}).items()
The text was updated successfully, but these errors were encountered:
Find them by code like:
The text was updated successfully, but these errors were encountered: