Fix issues mailer for group level issues
Small changes required for emails to work for issues that exist at the group level and not at the project level Changelog: fixed
显示
- app/helpers/emails_helper.rb 1 个添加, 1 个删除app/helpers/emails_helper.rb
- app/mailers/emails/issues.rb 10 个添加, 3 个删除app/mailers/emails/issues.rb
- app/mailers/notify.rb 4 个添加, 2 个删除app/mailers/notify.rb
- app/models/issue.rb 4 个添加, 0 个删除app/models/issue.rb
- app/views/notify/closed_issue_email.text.haml 1 个添加, 1 个删除app/views/notify/closed_issue_email.text.haml
- app/views/notify/issue_status_changed_email.text.erb 1 个添加, 1 个删除app/views/notify/issue_status_changed_email.text.erb
- app/views/notify/new_issue_email.text.erb 1 个添加, 1 个删除app/views/notify/new_issue_email.text.erb
- spec/mailers/emails/issues_spec.rb 8 个添加, 6 个删除spec/mailers/emails/issues_spec.rb
- spec/mailers/notify_spec.rb 264 个添加, 243 个删除spec/mailers/notify_spec.rb
- spec/support/helpers/email_helpers.rb 8 个添加, 1 个删除spec/support/helpers/email_helpers.rb
- spec/support/shared_examples/mailers/notify_shared_examples.rb 25 个添加, 15 个删除...support/shared_examples/mailers/notify_shared_examples.rb
加载中
想要评论请 注册 或 登录