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
ef905f55
Commit
ef905f55
authored
Jun 21, 2021
by
Piotr Skorupa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add seat_link_enabled? alias in EE::ApplicationSetting
parent
bf08452c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ee/app/models/ee/application_setting.rb
ee/app/models/ee/application_setting.rb
+2
-1
No files found.
ee/app/models/ee/application_setting.rb
View file @
ef905f55
...
...
@@ -253,9 +253,10 @@ module EE
Settings
.
gitlab
.
seat_link_enabled
end
def
seat_link_enabled
?
def
seat_link_enabled
seat_link_available?
&&
seat_link_can_be_configured?
&&
super
end
alias_method
:seat_link_enabled?
,
:seat_link_enabled
def
should_check_namespace_plan?
check_namespace_plan?
&&
(
Rails
.
env
.
test?
||
::
Gitlab
.
dev_env_org_or_com?
)
...
...
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