Support CRM contacts and organizations in subgroups and out of hierarchy
显示
- app/controllers/groups/application_controller.rb 2 个添加, 2 个删除app/controllers/groups/application_controller.rb
- app/controllers/groups/crm/contacts_controller.rb 1 个添加, 1 个删除app/controllers/groups/crm/contacts_controller.rb
- app/controllers/groups/crm/organizations_controller.rb 1 个添加, 1 个删除app/controllers/groups/crm/organizations_controller.rb
- app/finders/crm/contacts_finder.rb 3 个添加, 12 个删除app/finders/crm/contacts_finder.rb
- app/models/customer_relations/contact.rb 4 个添加, 4 个删除app/models/customer_relations/contact.rb
- app/models/customer_relations/issue_contact.rb 4 个添加, 5 个删除app/models/customer_relations/issue_contact.rb
- app/models/customer_relations/organization.rb 4 个添加, 4 个删除app/models/customer_relations/organization.rb
- app/models/group.rb 19 个添加, 2 个删除app/models/group.rb
- app/models/group/crm_settings.rb 1 个添加, 0 个删除app/models/group/crm_settings.rb
- app/models/project.rb 6 个添加, 0 个删除app/models/project.rb
- app/policies/issue_policy.rb 2 个添加, 2 个删除app/policies/issue_policy.rb
- app/services/issues/set_crm_contacts_service.rb 1 个添加, 1 个删除app/services/issues/set_crm_contacts_service.rb
- app/services/work_items/callbacks/crm_contacts.rb 1 个添加, 1 个删除app/services/work_items/callbacks/crm_contacts.rb
- lib/gitlab/quick_actions/issue_actions.rb 1 个添加, 1 个删除lib/gitlab/quick_actions/issue_actions.rb
- lib/sidebars/groups/menus/customer_relations_menu.rb 1 个添加, 3 个删除lib/sidebars/groups/menus/customer_relations_menu.rb
- locale/gitlab.pot 3 个添加, 3 个删除locale/gitlab.pot
- spec/finders/crm/contacts_finder_spec.rb 1 个添加, 1 个删除spec/finders/crm/contacts_finder_spec.rb
- spec/models/customer_relations/contact_spec.rb 29 个添加, 14 个删除spec/models/customer_relations/contact_spec.rb
- spec/models/customer_relations/issue_contact_spec.rb 13 个添加, 1 个删除spec/models/customer_relations/issue_contact_spec.rb
- spec/models/customer_relations/organization_spec.rb 19 个添加, 4 个删除spec/models/customer_relations/organization_spec.rb
加载中
想要评论请 注册 或 登录