Project

General

Profile

« Previous | Next » 

Revision 33522e17

Added by Eric Helms about 10 years ago

Content Views: Fixing a number of issues listed below:

- Style fixes for content search rows and icons
- Puppet repository creation referenced the wrong environment
- Errata rule removal
- Publish button status

View differences:

app/lib/actions/katello/repository/create.rb
org = repository.organization
if repository.puppet?
path = File.join(::Katello.config.puppet_repo_root,
::Katello::KTEnvironment.construct_name(repository.environment.organization,
repository.environment,
repository.content_view),
'modules')
environment_name = ::Environment.construct_name(
repository.environment.organization,
repository.environment,
repository.content_view
)
path = File.join(::Katello.config.puppet_repo_root, environment_name, 'modules')
else
path = repository.relative_path
end

Also available in: Unified diff