Functions | |
def | is_existing_member |
def | RunAndVerifyChanged |
def CustomMemberEditHelp.is_existing_member | ( | args | ) |
is_existing_member(args)
def CustomMemberEditHelp.RunAndVerifyChanged | ( | args | ) |
Runs an edit dialog for a custom member and verifies that the edited member(s) actually changed. Params: dialog: The initialized dialog. Its 'model' attribute is assumed to hold a list of one or more members. attributes: The names of the member's attributes that can be changed by the edit dialog. Returns True if the user does not cancel the dialog and changes were made to the member(s) and false otherwise.