Project

General

Profile

« Previous | Next » 

Revision 7393556b

Added by Ondřej Pražák almost 10 years ago

Fixes #7037 - We now get a message suggesting a possible cause

View differences:

lib/katello/engine.rb
})
FastGettext.default_text_domain = 'katello'
unless SETTINGS[:organizations_enabled]
fail Foreman::Exception.new(N_("Organizations disabled, try allowing them in foreman/config/settings.yaml"))
end
# Model extensions
::Environment.send :include, Katello::Concerns::EnvironmentExtensions
::Host::Managed.send :include, Katello::Concerns::HostManagedExtensions

Also available in: Unified diff