Skip to content

Commit

Permalink
fix: active flag for create user fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber committed Oct 6, 2020
1 parent 33dbe77 commit 600c34d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export class UserCreatePageComponent implements OnInit {
firstName: formValue.profile.firstName,
lastName: formValue.profile.lastName,
email: formValue.profile.email,
active: formValue.profile.active,
phoneHome: formValue.profile.phone,
birthday: formValue.profile.birthday === '' ? undefined : formValue.birthday, // TODO: see IS-22276
preferredLanguage: formValue.profile.preferredLanguage,
Expand Down

1 comment on commit 600c34d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Azure Demo Servers are available:

Please sign in to comment.