Properly handle email participants in work item widget
Use the same output and presenter we use in the REST API.
显示
- app/graphql/types/work_items/email_participant_type.rb 17 个添加, 0 个删除app/graphql/types/work_items/email_participant_type.rb
- app/graphql/types/work_items/widgets/email_participants_type.rb 2 个添加, 2 个删除...aphql/types/work_items/widgets/email_participants_type.rb
- app/models/work_items/widgets/email_participants.rb 1 个添加, 1 个删除app/models/work_items/widgets/email_participants.rb
- app/policies/issue_email_participant_policy.rb 6 个添加, 0 个删除app/policies/issue_email_participant_policy.rb
- app/presenters/issue_email_participant_presenter.rb 2 个添加, 1 个删除app/presenters/issue_email_participant_presenter.rb
- doc/api/graphql/reference/index.md 32 个添加, 1 个删除doc/api/graphql/reference/index.md
- spec/factories/notes/notes_metadata.rb 1 个添加, 1 个删除spec/factories/notes/notes_metadata.rb
- spec/graphql/types/notes/note_type_spec.rb 5 个添加, 5 个删除spec/graphql/types/notes/note_type_spec.rb
- spec/graphql/types/work_items/email_participant_type_spec.rb 15 个添加, 0 个删除spec/graphql/types/work_items/email_participant_type_spec.rb
- spec/models/work_items/widgets/email_participants_spec.rb 3 个添加, 3 个删除spec/models/work_items/widgets/email_participants_spec.rb
- spec/presenters/note_presenter_spec.rb 4 个添加, 4 个删除spec/presenters/note_presenter_spec.rb
- spec/requests/api/graphql/work_item_spec.rb 60 个添加, 0 个删除spec/requests/api/graphql/work_item_spec.rb
- spec/serializers/note_entity_spec.rb 6 个添加, 13 个删除spec/serializers/note_entity_spec.rb
- spec/support/shared_examples/graphql/notes_content_obfuscation_shared_examples.rb 4 个添加, 2 个删除...ples/graphql/notes_content_obfuscation_shared_examples.rb
加载中
想要评论请 注册 或 登录