Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-16 18:10:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-16 18:10:28 +0300
commit6aaec2fc6c3e3f96f443b96fd53ae9ed5e7979af (patch)
tree17336eb6c5d10d904310218c72b3b0bf9b78a180 /app/controllers
parenta32fd79d1e34ca4da1d5390c0aaf91d660e03fc8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/groups/crm/organizations_controller.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/groups/crm/organizations_controller.rb b/app/controllers/groups/crm/organizations_controller.rb
index 6f285687e6b..ab720f490be 100644
--- a/app/controllers/groups/crm/organizations_controller.rb
+++ b/app/controllers/groups/crm/organizations_controller.rb
@@ -5,6 +5,10 @@ class Groups::Crm::OrganizationsController < Groups::ApplicationController
before_action :authorize_read_crm_organization!
+ def new
+ render action: "index"
+ end
+
private
def authorize_read_crm_organization!