Remove custom getter methods for secondary emails
Make it clear where a default value is potentailly used for `commit_email` or `notification_email`.
上级
250eb8c2
No related branches found
No related tags found
显示
- app/controllers/projects/issues_controller.rb 1 个添加, 1 个删除app/controllers/projects/issues_controller.rb
- app/controllers/projects/merge_requests_controller.rb 1 个添加, 1 个删除app/controllers/projects/merge_requests_controller.rb
- app/helpers/issues_helper.rb 1 个添加, 1 个删除app/helpers/issues_helper.rb
- app/helpers/projects_helper.rb 1 个添加, 1 个删除app/helpers/projects_helper.rb
- app/mailers/emails/admin_notification.rb 2 个添加, 2 个删除app/mailers/emails/admin_notification.rb
- app/mailers/emails/profile.rb 10 个添加, 10 个删除app/mailers/emails/profile.rb
- app/models/user.rb 11 个添加, 27 个删除app/models/user.rb
- app/views/profiles/_email_settings.html.haml 1 个添加, 1 个删除app/views/profiles/_email_settings.html.haml
- app/views/profiles/emails/index.html.haml 4 个添加, 4 个删除app/views/profiles/emails/index.html.haml
- app/views/profiles/notifications/_email_settings.html.haml 1 个添加, 1 个删除app/views/profiles/notifications/_email_settings.html.haml
- app/views/projects/issues/_nav_btns.html.haml 1 个添加, 1 个删除app/views/projects/issues/_nav_btns.html.haml
- app/views/projects/merge_requests/_nav_btns.html.haml 1 个添加, 1 个删除app/views/projects/merge_requests/_nav_btns.html.haml
- ee/app/controllers/concerns/credentials_inventory_actions.rb 1 个添加, 1 个删除ee/app/controllers/concerns/credentials_inventory_actions.rb
- ee/app/mailers/credentials_inventory_mailer.rb 1 个添加, 1 个删除ee/app/mailers/credentials_inventory_mailer.rb
- ee/app/mailers/ee/emails/profile.rb 1 个添加, 1 个删除ee/app/mailers/ee/emails/profile.rb
- ee/app/mailers/emails/user_cap.rb 1 个添加, 1 个删除ee/app/mailers/emails/user_cap.rb
- ee/app/services/ee/merge_requests/merge_base_service.rb 2 个添加, 2 个删除ee/app/services/ee/merge_requests/merge_base_service.rb
- ee/spec/features/merge_request/user_merges_with_push_rules_spec.rb 1 个添加, 1 个删除...eatures/merge_request/user_merges_with_push_rules_spec.rb
- ee/spec/mailers/credentials_inventory_mailer_spec.rb 3 个添加, 3 个删除ee/spec/mailers/credentials_inventory_mailer_spec.rb
- ee/spec/mailers/emails/user_cap_spec.rb 1 个添加, 1 个删除ee/spec/mailers/emails/user_cap_spec.rb
加载中
想要评论请 注册 或 登录