Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
105d88f6
Commit
105d88f6
authored
Mar 18, 2022
by
minahilnichols
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check trial param
parent
5faa7881
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ee/app/controllers/trials_controller.rb
ee/app/controllers/trials_controller.rb
+3
-1
No files found.
ee/app/controllers/trials_controller.rb
View file @
105d88f6
...
@@ -27,7 +27,9 @@ class TrialsController < ApplicationController
...
@@ -27,7 +27,9 @@ class TrialsController < ApplicationController
end
end
def
create_lead
def
create_lead
if
params
.
has_key?
(
:trial
)
return
create_hand_raise_lead
unless
Gitlab
::
Utils
.
to_boolean
(
params
[
:trial
])
return
create_hand_raise_lead
unless
Gitlab
::
Utils
.
to_boolean
(
params
[
:trial
])
end
url_params
=
{
glm_source:
params
[
:glm_source
],
glm_content:
params
[
:glm_content
]
}
url_params
=
{
glm_source:
params
[
:glm_source
],
glm_content:
params
[
:glm_content
]
}
@result
=
GitlabSubscriptions
::
CreateLeadService
.
new
.
execute
({
trial_user:
company_params
})
@result
=
GitlabSubscriptions
::
CreateLeadService
.
new
.
execute
({
trial_user:
company_params
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment