Commit 72261f20 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'rs-namespace-feature' into 'master'

Add Namespace#feature_available no-op

Closes #60908

See merge request gitlab-org/gitlab-ce!30641
parents 90bf1a01 073f72cf
......@@ -263,6 +263,11 @@ class Namespace < ApplicationRecord
false
end
# Overridden in EE::Namespace
def feature_available?(_feature)
false
end
def full_path_before_last_save
if parent_id_before_last_save.nil?
path_before_last_save
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment