Skip to content
Snippets Groups Projects

Enable CRM by default for new groups

Merged Lee Tickett requested to merge gitlab-community/gitlab:2256-auto-enable-crm into master
Compare and Show latest version
2 files
+ 10
14
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -131,7 +131,16 @@
let(:group) { create(:group) }
before do
insert_customer_relations_nav(_('Analytics'))
insert_after_nav_item(
_('Analytics'),
new_nav_item: {
nav_item: _('Customer relations'),
nav_sub_items: [
_('Contacts'),
_('Organizations')
]
}
)
visit group_path(group)
end
Loading