Unsubscribe individual issue email participants from issue
Allows to unsubscribe an individual issue email participant from an issue using the generated unsubscribe link in Service Desk emails. Adds issue_email_participant_id column to sent_notifications and FK. Changelog: added
显示
- .rubocop_todo/layout/line_length.yml 5 个添加, 109 个删除.rubocop_todo/layout/line_length.yml
- app/controllers/sent_notifications_controller.rb 13 个添加, 6 个删除app/controllers/sent_notifications_controller.rb
- app/mailers/emails/service_desk.rb 10 个添加, 4 个删除app/mailers/emails/service_desk.rb
- app/mailers/previews/notify_preview.rb 2 个添加, 1 个删除app/mailers/previews/notify_preview.rb
- app/models/sent_notification.rb 1 个添加, 0 个删除app/models/sent_notification.rb
- app/services/notification_service.rb 7 个添加, 3 个删除app/services/notification_service.rb
- db/migrate/20240104092321_add_issue_email_participant_id_to_sent_notifications.rb 9 个添加, 0 个删除...1_add_issue_email_participant_id_to_sent_notifications.rb
- db/migrate/20240104142200_add_index_sent_notifications_on_issue_email_participant_id.rb 17 个添加, 0 个删除...index_sent_notifications_on_issue_email_participant_id.rb
- db/migrate/20240104142216_add_fk_on_sent_notifications_to_issue_email_participants.rb 23 个添加, 0 个删除...d_fk_on_sent_notifications_to_issue_email_participants.rb
- db/schema_migrations/20240104092321 1 个添加, 0 个删除db/schema_migrations/20240104092321
- db/schema_migrations/20240104142200 1 个添加, 0 个删除db/schema_migrations/20240104142200
- db/schema_migrations/20240104142216 1 个添加, 0 个删除db/schema_migrations/20240104142216
- db/structure.sql 7 个添加, 1 个删除db/structure.sql
- ee/spec/mailers/ee/emails/service_desk_spec.rb 2 个添加, 1 个删除ee/spec/mailers/ee/emails/service_desk_spec.rb
- spec/controllers/sent_notifications_controller_spec.rb 29 个添加, 3 个删除spec/controllers/sent_notifications_controller_spec.rb
- spec/mailers/emails/service_desk_spec.rb 14 个添加, 10 个删除spec/mailers/emails/service_desk_spec.rb
- spec/mailers/notify_spec.rb 5 个添加, 2 个删除spec/mailers/notify_spec.rb
- spec/models/sent_notification_spec.rb 21 个添加, 1 个删除spec/models/sent_notification_spec.rb
- spec/services/notification_service_spec.rb 76 个添加, 9 个删除spec/services/notification_service_spec.rb
加载中
想要评论请 注册 或 登录