Skip to content
Snippets Groups Projects

Force notifications to SAML email address for dedicated users

Merged Gosia Ksionek requested to merge force-notification-to-saml-email-ee into master
All threads resolved!
Files
7
= form.select :notification_email, @user.all_emails, { include_blank: false }, class: "select2"
- form = local_assigns.fetch(:form)
.form-group
= form.label :notification_email, class: "label-bold"
= form.select :notification_email, @user.all_emails, { include_blank: false }, class: "select2", disabled: local_assigns.fetch(:group_managed_account, nil)
.help-block
= local_assigns.fetch(:help_text, nil)
Loading